diff options
Diffstat (limited to '')
-rw-r--r-- | .github/workflows/beta.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/beta.yml b/.github/workflows/beta.yml index 919b224..e2565c6 100644 --- a/.github/workflows/beta.yml +++ b/.github/workflows/beta.yml @@ -2,7 +2,9 @@ name: Beta on: push: - branches: [ beta ] + branches-ignore: [ master ] + pull_request: + branches-ignore: [ master ] jobs: build: |