diff options
author | Dirkjan Ochtman <dirkjan@ochtman.nl> | 2020-09-19 22:28:01 +0200 |
---|---|---|
committer | Dirkjan Ochtman <dirkjan@ochtman.nl> | 2020-09-19 22:28:14 +0200 |
commit | 0e77f03642730fddbd228cdd0d921be6efb03be7 (patch) | |
tree | 86ad64d11f4d2886dab428aecf921b77a946550d /.github | |
parent | 151c6e2d1431120faef7657ccf34d87798d65772 (diff) | |
download | askama-0e77f03642730fddbd228cdd0d921be6efb03be7.tar.gz askama-0e77f03642730fddbd228cdd0d921be6efb03be7.tar.bz2 askama-0e77f03642730fddbd228cdd0d921be6efb03be7.zip |
Update ci config for new default branch name
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" |