Skip to content

Commit

Permalink
chore(ci): update workflow path includes/excludes
Browse files Browse the repository at this point in the history
  • Loading branch information
flrgh committed Oct 30, 2023
1 parent 87abc2a commit 209f3aa
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,18 @@ on:
push:
branches:
- main
paths:
- '.github/workflows/lint.yml'
- 'Cargo.*'
- '**.rs'

pull_request:
branches:
- '*'
paths:
- '.github/workflows/lint.yml'
- 'Cargo.*'
- '**.rs'

defaults:
run:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/test-compat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,14 @@ on:
push:
branches:
- main
paths-ignore:
- '*.md'

pull_request:
branches:
- '*'
paths-ignore:
- '*.md'

defaults:
run:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,14 @@ on:
push:
branches:
- main
paths-ignore:
- '*.md'

pull_request:
branches:
- '*'
paths-ignore:
- '*.md'

defaults:
run:
Expand Down

0 comments on commit 209f3aa

Please sign in to comment.