Skip to content

Commit

Permalink
chore: add path triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcjkb committed Apr 26, 2024
1 parent 5ad3b71 commit 3f758d4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-linux-x86_64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ name: Build linux-x86_64 dependencies

on:
push:
paths:
- .github/workflows/build-linux-x86_64.yml
- .github/workflows/build-macosx-aarch64.yml
- .github/workflows/build-macosx-x86_64.yml
- .github/workflows/build-win32-x86_64.yml
schedule:
# Runs every 24 hours
- cron: "0 */24 * * *"
Expand Down

0 comments on commit 3f758d4

Please sign in to comment.