mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-05 07:02:05 +00:00
chore: rename master to main (#1550)
* chore: rename master to main * docs
This commit is contained in:
4
.github/workflows/codeql-analysis.yml
vendored
4
.github/workflows/codeql-analysis.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user