diff options
author | Benawi Adha <benawiadha@gmail.com> | 2022-10-03 06:45:57 +0700 |
---|---|---|
committer | Benawi Adha <benawiadha@gmail.com> | 2022-10-03 06:45:57 +0700 |
commit | 6dd186099b868a8f0998f0474663971a4b86324c (patch) | |
tree | 27e71217db411a0b219b04be743e5c20cb3f912f /.github/workflows/tests.yml | |
parent | 7a797d3673a7ddbd6412939313e3cdf2d15ed542 (diff) | |
download | epy-6dd186099b868a8f0998f0474663971a4b86324c.tar.gz |
Update tests trigger path
Diffstat (limited to '.github/workflows/tests.yml')
-rw-r--r-- | .github/workflows/tests.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 7d499ce..2e70ac5 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -7,7 +7,7 @@ on: push: branches: [master] paths: - - epy.py + - src/** - tests/** jobs: |