Skip to content

Commit bda8e56

Browse files
committed
Chore - Fix 2 other places where the wrong default branch is used
1 parent 36bbd9d commit bda8e56

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/audit.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Security Audit
33
on:
44
push:
55
branches:
6-
- master
6+
- main
77
paths:
88
- "**/Cargo.toml"
99
schedule:

.github/workflows/docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
on:
22
push:
33
branches:
4-
- master
4+
- main
55

66
name: Docs
77

0 commit comments

Comments
 (0)