chore: rename master to main (#1550)

* chore: rename master to main

* docs
This commit is contained in:
Livio Amstutz
2021-04-07 16:07:15 +02:00
committed by GitHub
parent 3c790d996e
commit 3487a7a713
10 changed files with 14 additions and 14 deletions

View File

@@ -2,12 +2,12 @@ name: "Code scanning - action"
on:
push:
branches: [master, ]
branches: [main, ]
paths-ignore:
- 'site/**'
pull_request:
# The branches below must be a subset of the branches above
branches: [master]
branches: [main]
paths-ignore:
- 'site/**'
schedule: