Skip to content

Commit

Permalink
Merge pull request #140 from scrapinghub/ci-on-non-master-branch
Browse files Browse the repository at this point in the history
allow GitHub actions CI to run on PRs not merging with master
  • Loading branch information
kmike authored Feb 22, 2023
2 parents 9196916 + 5d3a5f1 commit cb95055
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/tests-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ on:
push:
branches: [ master ]
pull_request:
branches: [ master ]

jobs:
test:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/tests-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ on:
push:
branches: [ master ]
pull_request:
branches: [ master ]

jobs:
test:
Expand Down

0 comments on commit cb95055

Please sign in to comment.