Skip to content

Commit 38ab7cc

Browse files
committed
Add ci/* to ignored branches for Version Bump Check
1 parent d8f9dad commit 38ab7cc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/minecraft-maven-version-bump.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ name: "Version Bump Check"
77
on:
88
pull_request:
99
branches: [ "main" ]
10+
branches-ignore: [ "ci/*" ]
1011
jobs:
1112
ensure-version-bump:
1213
if: ${{ github.base_ref == 'main' || github.base_ref == 'master' }}

0 commit comments

Comments
 (0)