Run deploy workflow on every push to master
This commit is contained in:
parent
a73b69a54a
commit
350ef94e5d
5
.github/workflows/deploy.yaml
vendored
5
.github/workflows/deploy.yaml
vendored
@ -1,6 +1,8 @@
|
||||
name: Deploy
|
||||
|
||||
on: workflow_dispatch
|
||||
on:
|
||||
push:
|
||||
branches: [ "master" ]
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
@ -11,6 +13,7 @@ jobs:
|
||||
|
||||
deploy:
|
||||
needs: build
|
||||
if: needs.build.result == 'success'
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
|
Loading…
Reference in New Issue
Block a user