Skip to content

Commit

Permalink
[#1562] BUILD: update CI config for 'master' branch to 'main' name ch…
Browse files Browse the repository at this point in the history
…ange
  • Loading branch information
remkop committed Feb 9, 2022
1 parent 7251939 commit 025e474
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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: [ master ]
branches: [ main ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ master ]
branches: [ main ]
schedule:
# ┌───────────── minute (0 - 59)
# │ ┌───────────── hour (0 - 23)
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scorecards-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
# * * * * *
- cron: '29 8 * * 0'
push:
branches: [ master ]
branches: [ main ]

# Declare default permissions as read only.
permissions: read-all
Expand Down

0 comments on commit 025e474

Please sign in to comment.