Skip to content

Commit 4bf4e70

Browse files
Added new branch in PR validator action
1 parent dd90dae commit 4bf4e70

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/pr-issue-validator.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ on:
1212
- 'release-**'
1313
- 'develop'
1414
- 'hotfix-**'
15+
- 'kubecon-**'
1516
# paths-ignore:
1617
# - 'docs/**'
1718
# - '.github/'
@@ -42,4 +43,4 @@ jobs:
4243
run: |
4344
wget https://raw.githubusercontent.com/devtron-labs/utilities/feat/central-pr-validator/.github/workflows/validateIssue.sh
4445
chmod +x validateIssue.sh
45-
./validateIssue.sh
46+
./validateIssue.sh

0 commit comments

Comments
 (0)