diff options
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/rust.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index fa1ec57..b239130 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -2,7 +2,7 @@ name: CI on: push: - branches: ['master'] + branches: ['main'] pull_request: schedule: - cron: "32 4 * * 5" |