Skip to content

Commit cb95055

Browse files
authored
Merge pull request #140 from scrapinghub/ci-on-non-master-branch
allow GitHub actions CI to run on PRs not merging with master
2 parents 9196916 + 5d3a5f1 commit cb95055

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/workflows/tests-ubuntu.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ on:
77
push:
88
branches: [ master ]
99
pull_request:
10-
branches: [ master ]
1110

1211
jobs:
1312
test:

.github/workflows/tests-windows.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ on:
77
push:
88
branches: [ master ]
99
pull_request:
10-
branches: [ master ]
1110

1211
jobs:
1312
test:

0 commit comments

Comments
 (0)