Skip to content

Commit 07ea45f

Browse files
committed
fix: github ci/cd workflows
1 parent 675f99c commit 07ea45f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/secops-code-scan.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
name: "SecOps - Code Scanning"
1212
on:
1313
push:
14-
branches: ["master"]
14+
branches: ["main"]
1515
pull_request:
1616
# The branches below must be a subset of the branches above
17-
branches: ["master"]
17+
branches: ["main"]
1818
schedule:
1919
- cron: "25 18 * * 6"
2020
permissions:

.github/workflows/secops-scorecard.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
schedule:
1313
- cron: "20 7 * * 2"
1414
push:
15-
branches: ["master"]
15+
branches: ["main"]
1616
# Declare default permissions as read only.
1717
permissions: read-all
1818
jobs:

0 commit comments

Comments
 (0)