diff options
author | benadha <benawiadha@gmail.com> | 2022-02-13 22:58:25 +0700 |
---|---|---|
committer | benadha <benawiadha@gmail.com> | 2022-02-13 22:58:25 +0700 |
commit | 8be0adb524a025ffd114590952bfed17116914bd (patch) | |
tree | c908e7c313e95b96fefa18129f99fda49cf828bb /.github/workflows | |
parent | bcdcb82daf7776883a6440866564e470dc14cf08 (diff) | |
download | epy-8be0adb524a025ffd114590952bfed17116914bd.tar.gz |
Fixed typo on trigger for test workflow
Diffstat (limited to '.github/workflows')
-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 27dc428..3eb7a45 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -1,7 +1,7 @@ name: Run Tests on: - workflow_dispatch + workflow_dispatch: push: branches: - master |