Skip to content

Commit

Permalink
rerun workflow when it changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mdekstrand committed Jul 3, 2024
1 parent f440df5 commit fe13cad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ name: Automatic Tests
- '**pyroject.toml'
- requirements*.txt
- data/**
- .github/workflows/test.yml
pull_request:
paths: *id001
concurrency:
Expand Down
1 change: 1 addition & 0 deletions lkdev/workflows/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"**pyroject.toml",
"requirements*.txt",
"data/**",
".github/workflows/test.yml",
]


Expand Down

0 comments on commit fe13cad

Please sign in to comment.