Skip to content

Commit

Permalink
chore(workflow): specific target directory in Test process action (#69)
Browse files Browse the repository at this point in the history
* chore(workflow): specific target directory in Test process action

* chore(workflow): modify the path

* chore(workflow): Optimize processes

* chore(workflow): Cancel PR workflow path requirement
  • Loading branch information
HsiangNianian authored Dec 20, 2024
1 parent 4a7c0d6 commit 48edf26
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ on:
push:
branches:
- main
paths:
- "src/"
- "tests/"
pull_request:
branches:
- main
Expand Down

0 comments on commit 48edf26

Please sign in to comment.