deploy after test
This commit is contained in:
parent
1a6b673ced
commit
f224ed61ae
1 changed files with 6 additions and 3 deletions
9
.github/workflows/deploy.yml
vendored
9
.github/workflows/deploy.yml
vendored
|
@ -1,10 +1,13 @@
|
|||
name: Deployment
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
workflow_run:
|
||||
workflows: ["all tests"]
|
||||
branches: [main]
|
||||
types:
|
||||
- completed
|
||||
jobs:
|
||||
deployment:
|
||||
if: ${{ github.event.workflow_run.conclusion == 'success' }}
|
||||
name: Deployment
|
||||
runs-on: ubuntu-latest
|
||||
environment: preview
|
||||
|
|
Loading…
Add table
Reference in a new issue