set workflows to on push
This commit is contained in:
parent
c00668cfa3
commit
14eb9328d8
2 changed files with 4 additions and 4 deletions
4
.github/workflows/beta.yml
vendored
4
.github/workflows/beta.yml
vendored
|
@ -1,8 +1,8 @@
|
|||
name: Beta
|
||||
|
||||
on:
|
||||
release:
|
||||
types: [ beta ]
|
||||
push:
|
||||
branches: [ beta ]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
|
@ -1,8 +1,8 @@
|
|||
name: Release
|
||||
|
||||
on:
|
||||
release:
|
||||
types: [ master ]
|
||||
push:
|
||||
branches: [ master ]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
Loading…
Reference in a new issue