Skip to content

Commit f9c735c

Browse files
author
James Carnegie
committed
Replace main with master in workflows
Signed-off-by: James Carnegie <[email protected]>
1 parent 6d7713e commit f9c735c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ on:
1818
pull_request:
1919
push:
2020
branches:
21-
- "main"
21+
- "master"
2222
tags:
2323
- "v*"
2424
name: CI

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ name: "CodeQL"
1313

1414
on:
1515
push:
16-
branches: [main]
16+
branches: [master]
1717
pull_request:
1818
# The branches below must be a subset of the branches above
19-
branches: [main]
19+
branches: [master]
2020
schedule:
2121
- cron: "25 14 * * 6"
2222

0 commit comments

Comments
 (0)