We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73980d4 commit f25e108Copy full SHA for f25e108
.github/workflows/conflicting-pr-label.yml
@@ -6,10 +6,10 @@ name: PullRequestConflicting
6
# events but only for the master branch
7
on:
8
push:
9
- branches: [ master ]
+ branches: [ master, dev ]
10
pull_request:
11
types: [synchronize]
12
13
14
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
15
jobs:
0 commit comments