Skip to content

Commit

Permalink
Don't run the build until tests passed
Browse files Browse the repository at this point in the history
  • Loading branch information
rpdelaney committed Nov 24, 2023
1 parent 2da9e2e commit 451b32f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@
name: 'Release'

on:
push:
branches: [master]
workflow_run:
workflows: ["pre-commit"]
types:
- completed

jobs:
release:
Expand Down

0 comments on commit 451b32f

Please sign in to comment.