Skip to content

Commit

Permalink
allow GitHub actions CI to run on PRs not merging with master
Browse files Browse the repository at this point in the history
  • Loading branch information
BurnzZ committed Feb 22, 2023
1 parent 9196916 commit 5d3a5f1
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 5d3a5f1

Please sign in to comment.