Skip to content

Commit

Permalink
refactor: github workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
ahkohd committed Oct 23, 2024
1 parent a7d015e commit 511e5a1
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 14 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,15 @@ on:
- cron: '0 0 * * *'
push:
branches:
- main
- v2
- v1
paths:
- "**/Cargo.lock"
- "**/Cargo.toml"
pull_request:
branches:
- main
- v2
- v1
paths:
- "**/Cargo.lock"
- "**/Cargo.toml"
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,10 @@ name: Docs
on:
push:
branches:
- main
- v2
pull_request:
branches:
- main
- dev
- v2

jobs:
docs:
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@ name: Format
on:
push:
branches:
- main
- v2
- v1
pull_request:
branches:
- main
- dev
- v2
- v1

jobs:
format:
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@ name: Clippy
on:
push:
branches:
- main
- v2
- v1
pull_request:
branches:
- main
- dev
- v2
- v1
jobs:
clippy:
runs-on: macos-latest
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@ name: Test
on:
push:
branches:
- main
- v2
- v1
pull_request:
branches:
- main
- dev
- v2
- v1
paths-ignore:
- "webview-src/**"
- "webview-dist/**"
Expand Down

0 comments on commit 511e5a1

Please sign in to comment.