Skip to content

Commit

Permalink
build: update paths
Browse files Browse the repository at this point in the history
  • Loading branch information
dcai committed Oct 2, 2023
1 parent b2a8985 commit f4c6d32
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 9 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/reset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ on:
- master
- main
paths:
- "config/**"
- ".github/**"
- "build/sweep.yaml"
- "**reset.yaml"
pull_request:
workflow_dispatch:

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/reviung5.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ on:
- master
- main
paths:
- "config/**"
- ".github/**"
- "build_matrix/reviung5.yaml"
- "**reviung5.yaml"
- "**reviung5.yml"
- "**reviung5.conf"
pull_request:
workflow_dispatch:

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/sweep.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ on:
- master
- main
paths:
- "config/**"
- ".github/**"
- "build_matrix/sweep.yaml"
- "**sweep.yaml"
- "**cradio.yaml"
- "**cradio.conf"
pull_request:
workflow_dispatch:

Expand Down

0 comments on commit f4c6d32

Please sign in to comment.