We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f73b42a commit 754cd3bCopy full SHA for 754cd3b
1 file changed
.github/workflows/validate.yaml
@@ -3,6 +3,8 @@ name: Validate and Run Commands Based on PR Labels
3
on:
4
pull_request:
5
types: [opened, synchronize, labeled, unlabeled]
6
+ branches:
7
+ - main
8
9
jobs:
10
validate-and-execute:
0 commit comments