Skip to content

Commit

Permalink
ci(actions): run actions on any pr branch
Browse files Browse the repository at this point in the history
  • Loading branch information
grantila committed Feb 26, 2021
1 parent bf4a8f8 commit 1e14c4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/branches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
name: Branches

on:
pull_request: branches: [ master ]
pull_request: branches: [ '*' ]
push:
branches-ignore:
- master
Expand Down

0 comments on commit 1e14c4f

Please sign in to comment.