switch github actions to running on push instead of release created

Signed-off-by: Alexis Tyler <xo@wvvw.me>
This commit is contained in:
Alexis Tyler
2019-09-30 15:37:15 +09:30
parent 7708bac87f
commit f0134a83ce

View File

@@ -1,8 +1,9 @@
name: Production
on:
release:
types: [created]
push:
branches:
- master
jobs:
release: