deploy after test

This commit is contained in:
Your Name 2023-02-08 22:49:06 -05:00 committed by Henri Dickson
parent 1a6b673ced
commit f224ed61ae

View file

@ -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