diff options
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/beta.yml | 2 | ||||
-rw-r--r-- | .github/workflows/release.yml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/beta.yml b/.github/workflows/beta.yml index 80db5b7..7adde3f 100644 --- a/.github/workflows/beta.yml +++ b/.github/workflows/beta.yml @@ -2,7 +2,7 @@ name: Beta on: push: - branches-ignore: [ master ] + branches-ignore: [ main ] jobs: build: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3146ab3..722d1c6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -2,7 +2,7 @@ name: Release on: push: - branches: [ master ] + branches: [ main ] jobs: build: |