summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorSerghei Iakovlev <egrep@protonmail.ch>2024-04-06 20:35:16 +0200
committerSerghei Iakovlev <egrep@protonmail.ch>2024-04-06 20:40:09 +0200
commitd1b13d12812f7f1c9b2ed3e1982a0f72822fab14 (patch)
treea7f2bc3852e676c8b70a118084fcb71bfb74248b /.github
parente14f7483fd154cc569f7de0c5925426657997ed0 (diff)
downloadgohugo-theme-ed-d1b13d12812f7f1c9b2ed3e1982a0f72822fab14.tar.gz
Rename master branch to main
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/codeql-analysis.yml4
-rw-r--r--.github/workflows/cs.yml6
2 files changed, 5 insertions, 5 deletions
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml
index 5bf8c11..241b6a2 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -3,11 +3,11 @@ name: CodeQL
on:
push:
branches:
- - master
+ - main
# The branches below must be a subset of the branches above
pull_request:
branches:
- - master
+ - main
schedule:
- cron: '0 11 * * *'
diff --git a/.github/workflows/cs.yml b/.github/workflows/cs.yml
index 0975285..faf298e 100644
--- a/.github/workflows/cs.yml
+++ b/.github/workflows/cs.yml
@@ -3,16 +3,16 @@ name: CS
on:
push:
branches:
- - master
+ - main
- 'feature/**'
- 'release/**'
- 'fix/**'
paths-ignore:
- - "README.md"
+ - README.md
# The branches below must be a subset of the branches above
pull_request:
branches:
- - master
+ - main
paths-ignore:
- README.md