Skip to content

Commit d29ba59

Browse files
authored
Merge 830e8f2 into 52d6266
2 parents 52d6266 + 830e8f2 commit d29ba59

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/test-all.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,7 @@
1414

1515
name: Test All Packages
1616

17-
on:
18-
push:
19-
branches: ['**']
17+
on: pull_request
2018

2119
env:
2220
# make chromedriver detect installed Chrome version and download the corresponding driver

.github/workflows/test-changed-auth.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
name: Test Auth
1616

17-
on: [push, pull_request]
17+
on: pull_request
1818

1919
env:
2020
# make chromedriver detect installed Chrome version and download the corresponding driver

0 commit comments

Comments
 (0)