Skip to content

Commit

Permalink
ci: run reproducible builds workflow on changes
Browse files Browse the repository at this point in the history
  • Loading branch information
burgerdev committed Dec 10, 2024
1 parent 1de7299 commit 9785483
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/reproducible-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ on:
workflow_dispatch:
schedule:
- cron: "45 06 * * 1" # Every Monday at 6:45am
pull_request:
paths:
- .github/workflows/reproducible-builds.yml

jobs:
build-binaries:
Expand Down

0 comments on commit 9785483

Please sign in to comment.