Skip to content

Commit d8bb39a

Browse files
committed
chore(ci): Update default branches
1 parent acf85ff commit d8bb39a

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ name: CodeQL
1414
on:
1515
push:
1616
branches:
17+
- main
1718
- master
1819
merge_group:
1920
pull_request:

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
workflow_dispatch:
55
push:
66
branches:
7+
- main
78
- master
89
paths:
910
- '**/*.py'

.github/workflows/scorecards.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ on:
1313
- cron: 20 7 * * 2
1414
push:
1515
branches:
16+
- main
1617
- master
1718

1819
# Declare default permissions as read only.

0 commit comments

Comments
 (0)