Skip to content

Commit

Permalink
Allow running CI
Browse files Browse the repository at this point in the history
  • Loading branch information
fmauch committed Apr 23, 2024
1 parent 324a012 commit 0fae3bd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/rolling-binary-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,14 @@ name: Rolling Binary Build

on:
workflow_dispatch:
branches:
- testing
pull_request:
branches:
- master
push:
branches:
- master
- testing
schedule:
# Run every morning to detect flakiness and broken dependencies
- cron: '03 1 * * *'
Expand Down

0 comments on commit 0fae3bd

Please sign in to comment.