We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 898b08d commit b1c7705Copy full SHA for b1c7705
.github/workflows/codeql.yml
@@ -2,9 +2,9 @@ name: "CodeQL"
2
3
on:
4
push:
5
- branches: [ "main", "dev-2.0.0" ]
+ branches: [ "chipsec2", "chipsec1" ]
6
pull_request:
7
- branches: [ "main" ]
+ branches: [ "chipsec2" ]
8
schedule:
9
- cron: "24 15 * * 3"
10
.github/workflows/scorecards.yml
@@ -12,7 +12,7 @@ on:
12
13
- cron: '20 7 * * 2'
14
15
- branches: ["main"]
+ branches: ["chipsec2"]
16
17
# Declare default permissions as read only.
18
permissions: read-all
0 commit comments