diff --git a/.github/workflows/minecraft-maven-version-bump.yml b/.github/workflows/minecraft-maven-version-bump.yml index 1abe157..f63939b 100644 --- a/.github/workflows/minecraft-maven-version-bump.yml +++ b/.github/workflows/minecraft-maven-version-bump.yml @@ -6,7 +6,7 @@ name: "Version Bump Check" on: pull_request: - branches: [ "main" ] + branches: [ "main", "master" ] jobs: ensure-version-bump: if: ${{ (github.base_ref == 'main' || github.base_ref == 'master') && !( diff --git a/test.txt b/test.txt new file mode 100644 index 0000000..bbd0502 --- /dev/null +++ b/test.txt @@ -0,0 +1 @@ +asdf asdfasdfasdf \ No newline at end of file