Skip to content

Commit 70ff9cd

Browse files
committed
fix wpb-23988: push action on master branch only
1 parent b520fc4 commit 70ff9cd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/changelog-verify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on:
33
pull_request:
44
branches: ["**"]
55
push:
6-
branches: ["**"]
6+
branches: ["master"]
77

88
permissions:
99
contents: read

0 commit comments

Comments
 (0)