diff options
author | Tyler Murphy <tylermurphy534@gmail.com> | 2021-12-20 18:29:03 -0500 |
---|---|---|
committer | Tyler Murphy <tylermurphy534@gmail.com> | 2021-12-20 18:29:03 -0500 |
commit | 14eb9328d8ed67a36e427b5305105fcfc88db057 (patch) | |
tree | 25fbd8c3861d4b917a7b1fea68743d36d38c2219 /.github/workflows/beta.yml | |
parent | rename workflow branch (diff) | |
download | kenshinshideandseek-14eb9328d8ed67a36e427b5305105fcfc88db057.tar.gz kenshinshideandseek-14eb9328d8ed67a36e427b5305105fcfc88db057.tar.bz2 kenshinshideandseek-14eb9328d8ed67a36e427b5305105fcfc88db057.zip |
set workflows to on push
Diffstat (limited to '.github/workflows/beta.yml')
-rw-r--r-- | .github/workflows/beta.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/beta.yml b/.github/workflows/beta.yml index edb6628..04646dd 100644 --- a/.github/workflows/beta.yml +++ b/.github/workflows/beta.yml @@ -1,8 +1,8 @@ name: Beta on: - release: - types: [ beta ] + push: + branches: [ beta ] jobs: build: |