mirror of
https://github.com/romanz/electrs.git
synced 2025-02-21 22:21:58 +01:00
Run CI only on 'master' branch and PRs (#1135)
This commit is contained in:
parent
f45ef60c3b
commit
39ebaddd7b
1 changed files with 2 additions and 0 deletions
2
.github/workflows/rust.yml
vendored
2
.github/workflows/rust.yml
vendored
|
@ -2,6 +2,8 @@ name: electrs
|
|||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
pull_request:
|
||||
schedule:
|
||||
- cron: "0 0 * * *" # once a day
|
||||
|
|
Loading…
Add table
Reference in a new issue