diff options
| author | Serghei Iakovlev <egrep@protonmail.ch> | 2024-04-06 20:35:16 +0200 |
|---|---|---|
| committer | Serghei Iakovlev <egrep@protonmail.ch> | 2024-04-06 20:40:09 +0200 |
| commit | d1b13d12812f7f1c9b2ed3e1982a0f72822fab14 (patch) | |
| tree | a7f2bc3852e676c8b70a118084fcb71bfb74248b /.github/workflows/cs.yml | |
| parent | e14f7483fd154cc569f7de0c5925426657997ed0 (diff) | |
| download | gohugo-theme-ed-d1b13d12812f7f1c9b2ed3e1982a0f72822fab14.tar.gz | |
Rename master branch to main
Diffstat (limited to '.github/workflows/cs.yml')
| -rw-r--r-- | .github/workflows/cs.yml | 6 |
1 files changed, 3 insertions, 3 deletions
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 |
