diff options
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/codeql-analysis.yml | 4 | ||||
| -rw-r--r-- | .github/workflows/cs.yml | 6 |
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 |
