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
|
name: Deployment
|
||||||
on:
|
on:
|
||||||
push:
|
workflow_run:
|
||||||
branches:
|
workflows: ["all tests"]
|
||||||
- main
|
branches: [main]
|
||||||
|
types:
|
||||||
|
- completed
|
||||||
jobs:
|
jobs:
|
||||||
deployment:
|
deployment:
|
||||||
|
if: ${{ github.event.workflow_run.conclusion == 'success' }}
|
||||||
name: Deployment
|
name: Deployment
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
environment: preview
|
environment: preview
|
||||||
|
|
Loading…
Add table
Reference in a new issue