We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d8f9dad + 38ab7cc commit 25efed7Copy full SHA for 25efed7
.github/workflows/minecraft-maven-version-bump.yml
@@ -7,6 +7,7 @@ name: "Version Bump Check"
7
on:
8
pull_request:
9
branches: [ "main" ]
10
+ branches-ignore: [ "ci/*" ]
11
jobs:
12
ensure-version-bump:
13
if: ${{ github.base_ref == 'main' || github.base_ref == 'master' }}
0 commit comments