Skip to content

Commit 1cd3d1b

Browse files
committed
Run verify PR on merges into hotfix branches and -development branches
1 parent fea4035 commit 1cd3d1b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/verify-pr-commit.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ on:
77
pull_request:
88
branches:
99
- main
10-
- "*-development" # Feature Branches should suffix with -development
10+
- "**-development" # Feature Branches should suffix with -development
11+
- hotfix/**
1112
env:
1213
BIN_DIR: target/release
1314
PR_LABEL_METADATA_CHANGED: metadata-changed

0 commit comments

Comments
 (0)