Skip to content

Commit b1c7705

Browse files
committed
Workflow: Update branch ref names
Signed-off-by: Nathaniel Mitchell <nathaniel.p.mitchell@intel.com>
1 parent 898b08d commit b1c7705

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: "CodeQL"
22

33
on:
44
push:
5-
branches: [ "main", "dev-2.0.0" ]
5+
branches: [ "chipsec2", "chipsec1" ]
66
pull_request:
7-
branches: [ "main" ]
7+
branches: [ "chipsec2" ]
88
schedule:
99
- cron: "24 15 * * 3"
1010

.github/workflows/scorecards.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
schedule:
1313
- cron: '20 7 * * 2'
1414
push:
15-
branches: ["main"]
15+
branches: ["chipsec2"]
1616

1717
# Declare default permissions as read only.
1818
permissions: read-all

0 commit comments

Comments
 (0)