Don't run the build until tests passed

This commit is contained in:
Ryan Delaney 2023-11-24 11:51:16 -05:00
parent 2da9e2e32c
commit 451b32f3f1
1 changed files with 4 additions and 2 deletions

View File

@ -2,8 +2,10 @@
name: 'Release' name: 'Release'
on: on:
push: workflow_run:
branches: [master] workflows: ["pre-commit"]
types:
- completed
jobs: jobs:
release: release: