diff options
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: |