Run tests on CI push, gate deploy on them

This commit is contained in:
Christa Hartsock
2022-07-07 16:59:37 -07:00
parent 6a7e5aa776
commit db9fc27320
2 changed files with 50 additions and 50 deletions

View File

@@ -1,10 +1,10 @@
name: Deploy to prototype environment
on: [push]
# workflow_run:
# workflows: [ Run checks ]
# types:
# - completed
on:
workflow_run:
workflows: [ Run checks ]
types:
- completed
# branches: [ main ]
permissions: