diff options
author | Tyler Murphy <tylermurphy534@gmail.com> | 2021-12-20 19:40:23 -0500 |
---|---|---|
committer | Tyler Murphy <tylermurphy534@gmail.com> | 2021-12-20 19:40:23 -0500 |
commit | 8b74761866398455e21f7c242cdadee9e5e1f005 (patch) | |
tree | d0f99f828ea25858a03cc902737770aced4d0e3d /.github/workflows/beta.yml | |
parent | final workflow update (diff) | |
download | kenshinshideandseek-8b74761866398455e21f7c242cdadee9e5e1f005.tar.gz kenshinshideandseek-8b74761866398455e21f7c242cdadee9e5e1f005.tar.bz2 kenshinshideandseek-8b74761866398455e21f7c242cdadee9e5e1f005.zip |
make beta branch use every branch besides master
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: |