chore: switch to main branch

This commit is contained in:
Sekwah 2024-11-18 15:46:16 +00:00
parent ec3cb33d8b
commit 91aec08c8a
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -2,7 +2,7 @@ on:
workflow_dispatch:
push:
branches:
- master
- main
name: release-please
jobs:
release-please:

View File

@ -1,7 +1,7 @@
on:
push:
branches-ignore:
- master
- main
workflow_dispatch:
name: Build
jobs: