Skip to content

Commit

Permalink
Chore - Fix 2 other places where the wrong default branch is used
Browse files Browse the repository at this point in the history
  • Loading branch information
johnhurt committed Oct 7, 2024
1 parent 79fed46 commit 325329a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Security Audit
on:
push:
branches:
- master
- main
paths:
- "**/Cargo.toml"
schedule:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
on:
push:
branches:
- master
- main

name: Docs

Expand Down

0 comments on commit 325329a

Please sign in to comment.