Skip to content

Commit

Permalink
chore: rename main to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasfernog-crabnebula committed Oct 22, 2024
1 parent f85dee3 commit 0e54a06
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ on:
- cron: "0 0 * * *"
push:
branches:
- main
- v2
paths:
- ".github/workflows/audit.yml"
- "**/Cargo.lock"
- "**/Cargo.toml"
pull_request:
branches:
- main
- v2
paths:
- ".github/workflows/audit.yml"
- "**/Cargo.lock"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ name: Check
on:
push:
branches:
- main
- v2
paths:
- ".github/workflows/check.yml"
- "**/*.rs"
- "**/Cargo.toml"
pull_request:
branches:
- main
- v2
paths:
- ".github/workflows/check.yml"
- "**/*.rs"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/covector-version-or-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: version or publish
on:
push:
branches:
- main
- v2

jobs:
version-or-publish:
Expand Down

0 comments on commit 0e54a06

Please sign in to comment.