Skip to content

Commit f25e108

Browse files
committed
- adds dev branch as it's the main branch
1 parent 73980d4 commit f25e108

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/conflicting-pr-label.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ name: PullRequestConflicting
66
# events but only for the master branch
77
on:
88
push:
9-
branches: [ master ]
9+
branches: [ master, dev ]
1010
pull_request:
1111
types: [synchronize]
12-
branches: [ master ]
12+
branches: [ master, dev ]
1313

1414
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
1515
jobs:

0 commit comments

Comments
 (0)