Skip to content

Commit

Permalink
run workflow on PRs against any branch
Browse files Browse the repository at this point in the history
  • Loading branch information
mightyiam committed May 8, 2022
1 parent dc76069 commit d8f2f00
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/on-push-to-master-or-pr-branch.yml
Expand Up @@ -3,8 +3,7 @@ name: On push to master or pull request branch
on:
push:
branches: [master]
pull_request:
branches: [master]
pull_request: {}

jobs:
cargo-make-ci:
Expand Down

0 comments on commit d8f2f00

Please sign in to comment.