diff options
author | benadha <benawiadha@gmail.com> | 2022-02-13 22:56:13 +0700 |
---|---|---|
committer | benadha <benawiadha@gmail.com> | 2022-02-13 22:56:13 +0700 |
commit | bcdcb82daf7776883a6440866564e470dc14cf08 (patch) | |
tree | 20a26e18ab16ff9b2ca0f77de0e7434c82c2c2fa /.github/workflows | |
parent | 98ef0e0b2d7e75e4ef502d5a8a682aff207074dd (diff) | |
download | epy-bcdcb82daf7776883a6440866564e470dc14cf08.tar.gz |
Add manual trigger for test workflow
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/tests.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 065cb0d..27dc428 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -1,6 +1,7 @@ name: Run Tests on: + workflow_dispatch push: branches: - master |