Skip to content

Commit 5317c32

Browse files
juan-fernandeztlhunter
authored andcommitted
Only run release branches check on master PRs (#2967)
1 parent 303a9d9 commit 5317c32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-branches-check.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Release branches check
22

33
on:
44
pull_request:
5-
types: [opened]
5+
branches: [master]
66

77
jobs:
88
check-release-branch-v2:

0 commit comments

Comments
 (0)