Skip to content

Commit

Permalink
Update Workflows Branch from Master to Main (#20)
Browse files Browse the repository at this point in the history
* Update cmake-multi-platform.yml
* Update codeql.yml
Changes to be committed:
	modified:   .github/workflows/codeql.yml
  • Loading branch information
franziska-wegner committed Dec 7, 2023
1 parent 1fd94e7 commit c525119
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ name: CMake on multiple platforms

on:
push:
branches: [ "master" ]
branches: [ "main" ]
pull_request:
branches: [ "master" ]
branches: [ "main" ]
schedule:
- cron: '30 2 * * *' # Run once per day

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ name: "CodeQL"

on:
push:
branches: [ "master" ]
branches: [ "main" ]
pull_request:
branches: [ "master" ]
branches: [ "main" ]
schedule:
- cron: '31 8 * * 2'

Expand Down

0 comments on commit c525119

Please sign in to comment.