diff options
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 |
