mirror of
https://github.com/trapd00r/LS_COLORS.git
synced 2025-03-25 09:41:21 +01:00
Don't run the build until tests passed
This commit is contained in:
parent
2da9e2e32c
commit
451b32f3f1
1 changed files with 4 additions and 2 deletions
6
.github/workflows/build.yaml
vendored
6
.github/workflows/build.yaml
vendored
|
@ -2,8 +2,10 @@
|
|||
name: 'Release'
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [master]
|
||||
workflow_run:
|
||||
workflows: ["pre-commit"]
|
||||
types:
|
||||
- completed
|
||||
|
||||
jobs:
|
||||
release:
|
||||
|
|
Loading…
Add table
Reference in a new issue