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.
1 parent 103a60b commit cfcadddCopy full SHA for cfcaddd
1 file changed
.github/workflows/minecraft-maven-version-bump.yml
@@ -6,7 +6,7 @@
6
name: "Version Bump Check"
7
on:
8
pull_request:
9
- branches: [ "main" ]
+ branches: [ "main", "master" ]
10
jobs:
11
ensure-version-bump:
12
if: ${{ (github.base_ref == 'main' || github.base_ref == 'master') && !(
0 commit comments