We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd90dae commit 16f8a79Copy full SHA for 16f8a79
1 file changed
.github/workflows/pr-issue-validator.yaml
@@ -12,6 +12,7 @@ on:
12
- 'release-**'
13
- 'develop'
14
- 'hotfix-**'
15
+ - 'kubecon-**'
16
# paths-ignore:
17
# - 'docs/**'
18
# - '.github/'
@@ -42,4 +43,4 @@ jobs:
42
43
run: |
44
wget https://raw.githubusercontent.com/devtron-labs/utilities/feat/central-pr-validator/.github/workflows/validateIssue.sh
45
chmod +x validateIssue.sh
- ./validateIssue.sh
46
+ ./validateIssue.sh
0 commit comments