Skip to content

Commit

Permalink
fix: workflow_run to get around workflows not triggered by workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
EliSauder committed Aug 25, 2024
1 parent 1607d3b commit ed44586
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/zig-master-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ on:
branches: [zig-master]
pull_request:
branches: [zig-master]
workflow_run:
workflows: ["Build Microzig"]
types:
- completed
branches:
- main

# A simple workflow that will, upon a push or PR to zig-master, build microzig
jobs:
Expand Down

0 comments on commit ed44586

Please sign in to comment.