diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2025-07-16 16:38:37 +0200 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2025-07-16 16:38:37 +0200 |
commit | c28a3719390b25d3cb8c2b94346a1f8409c5dbb4 (patch) | |
tree | 6dd76e2e5a3cf558c579732fd3ac8b406ae4610d | |
parent | 8489b8e32a9758b6a24ae6df29c06ff6a5d34e1e (diff) |
Changed branch name
-rw-r--r-- | .github/workflows/codeql.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 3336216..1e517b8 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -2,10 +2,10 @@ name: "CodeQL" on: push: - branches: ["master"] + branches: ["main"] pull_request: # The branches below must be a subset of the branches above - branches: ["master"] + branches: ["main"] schedule: - cron: '29 1 * * 3' |