Skip to content

Commit 80ba05c

Browse files
shanejonasmhanson-github
authored andcommitted
fix: allow PRs on any branch
1 parent 4aaba71 commit 80ba05c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ on:
1010
- main
1111
pull_request:
1212
branches:
13-
- dev
14-
- main
13+
- '**'
1514
issue_comment:
1615
inputs:
1716
workflowBranch:

0 commit comments

Comments
 (0)