Skip to content

Commit

Permalink
Merge pull request #26 from f5devcentral/25-fix-github-cicd-workflows
Browse files Browse the repository at this point in the history
fix: github ci/cd workflows
  • Loading branch information
shsingh authored Feb 22, 2024
2 parents 675f99c + 07ea45f commit 38dbac7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/secops-code-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
name: "SecOps - Code Scanning"
on:
push:
branches: ["master"]
branches: ["main"]
pull_request:
# The branches below must be a subset of the branches above
branches: ["master"]
branches: ["main"]
schedule:
- cron: "25 18 * * 6"
permissions:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/secops-scorecard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
schedule:
- cron: "20 7 * * 2"
push:
branches: ["master"]
branches: ["main"]
# Declare default permissions as read only.
permissions: read-all
jobs:
Expand Down

0 comments on commit 38dbac7

Please sign in to comment.