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: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 39d7f56..70d3842 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,8 +1,8 @@ name: Release on: - release: - types: [ master ] + push: + branches: [ master ] jobs: build: