diff --git a/.github/workflows/pre-commit-check.yaml b/.github/workflows/pre-commit-check.yaml index 58d1750c..69fe6a5f 100644 --- a/.github/workflows/pre-commit-check.yaml +++ b/.github/workflows/pre-commit-check.yaml @@ -5,7 +5,7 @@ on: pull_request: types: [labeled, opened, reopened, synchronize] push: - branches: [spigot, re-recode] + branches: [main] concurrency: group: ${{ github.head_ref }}-precommit diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 75b5400e..2a570d28 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -2,7 +2,7 @@ on: workflow_dispatch: push: branches: - - master + - main name: release-please jobs: release-please: diff --git a/.github/workflows/snapshots.yml b/.github/workflows/snapshots.yml index a203474b..c2530da4 100644 --- a/.github/workflows/snapshots.yml +++ b/.github/workflows/snapshots.yml @@ -1,7 +1,7 @@ on: push: branches-ignore: - - master + - main workflow_dispatch: name: Build jobs: