master branch has been renamed main.

This commit is contained in:
Kevin Deldycke
2020-09-01 17:30:04 +02:00
parent 447080adb2
commit f8ccd1f41c
3 changed files with 6 additions and 6 deletions

View File

@@ -1,10 +1,10 @@
name: Autofix
on:
push:
# Only targets master default branch to avoid amplification effects of
# Only targets default branch to avoid amplification effects of
# auto-fixing the exact same stuff in multiple non-rebased branches.
branches:
- 'master'
- 'main'
schedule:
# Run linter every week to catch regressions from external dependencies.
- cron: 17 9 * * 1