Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Run CI only on 'master' branch and PRs #1135

Merged
merged 1 commit into from
Dec 27, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Run CI only on 'master' branch and PRs
  • Loading branch information
romanz committed Dec 27, 2024
commit 9b76b66cb4f2540f5b21f6315e90a725b1fa2568
2 changes: 2 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: electrs

on:
push:
branches:
- master
pull_request:
schedule:
- cron: "0 0 * * *" # once a day
Expand Down
Loading