Skip to content

Commit

Permalink
add workflow_run trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
Mon-ius committed Dec 2, 2024
1 parent 4e684d9 commit 0a1852a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@ name: build

on:
workflow_dispatch:
schedule:
- cron: '0 6 */6 * *'
workflow_run:
workflows: ["build-deps"]
types:
- completed
push:
branches:
- "master"
Expand Down

0 comments on commit 0a1852a

Please sign in to comment.