Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Luncenok authored Oct 21, 2024
1 parent b9a07d0 commit 55fd9ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ on:
push:
paths:
- 'src/**' # Trigger on changes in the src directory
- 'test/**' # Trigger on changes in the tests directory
- 'tests/**' # Trigger on changes in the tests directory
- '.github/workflows/test.yml' # Trigger on changes to the workflow file
pull_request:
paths:
- 'src/**' # Trigger on changes in the src directory'
- 'test/**' # Trigger on changes in the tests directory
- 'tests/**' # Trigger on changes in the tests directory
- '.github/workflows/test.yml' # Trigger on changes to the workflow file

workflow_dispatch: # Allows manual triggering of the workflow
Expand Down

0 comments on commit 55fd9ad

Please sign in to comment.