Skip to content

Commit

Permalink
Merge branch 'master' into kipz-win
Browse files Browse the repository at this point in the history
  • Loading branch information
rdimitrov authored Jan 29, 2024
2 parents 6d7713e + eb347f8 commit ad7ef08
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ on:
pull_request:
push:
branches:
- "main"
- "master"
tags:
- "v*"
name: CI
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ name: "CodeQL"

on:
push:
branches: [main]
branches: [master]
pull_request:
# The branches below must be a subset of the branches above
branches: [main]
branches: [master]
schedule:
- cron: "25 14 * * 6"

Expand Down

0 comments on commit ad7ef08

Please sign in to comment.