summaryrefslogtreewikicommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/beta.yml4
-rw-r--r--.github/workflows/release.yml4
2 files changed, 4 insertions, 4 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:
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: