diff --git a/.github/workflows/test.yml b/.github/workflows/pr.yml similarity index 88% rename from .github/workflows/test.yml rename to .github/workflows/pr.yml index f6ecade..3e31183 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/pr.yml @@ -1,15 +1,13 @@ -name: DivineMC Test CI +name: DivineMC Test Build on: - push: - branches-ignore: [ master ] pull_request: + branches: [ "master" ] workflow_dispatch: jobs: build: runs-on: blacksmith-8vcpu-ubuntu-2204 - if: "!contains(github.event.commits[0].message, '[ci-skip]')" steps: - name: Setup Action uses: actions/checkout@v4