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

@@ -74,7 +74,7 @@ before making a new one, as yours may be a duplicate or a work in progress.
First and foremost, have your pull-request pass the [official Awesome List's
linter](https://github.com/sindresorhus/awesome-lint). No extra work is
required here as it is [already integrated by the way of GitHub
actions](https://github.com/kdeldycke/awesome-falsehood/tree/master/.github/workflows).
actions](https://github.com/kdeldycke/awesome-falsehood/tree/main/.github/workflows).
To run the linter locally, do:

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