diff options
| author | Adam Janovsky | 2021-05-13 16:16:37 +0200 |
|---|---|---|
| committer | Adam Janovsky | 2021-05-13 16:16:37 +0200 |
| commit | 6f64ea6aed86210296cd89ac17bc17d2fb24f537 (patch) | |
| tree | c387da16933ee33f97b7a7f2ef42f84f35012460 /.github | |
| parent | 70f46dc2751208b9b0ad6e1d199f3833969a79cf (diff) | |
| download | sec-certs-6f64ea6aed86210296cd89ac17bc17d2fb24f537.tar.gz sec-certs-6f64ea6aed86210296cd89ac17bc17d2fb24f537.tar.zst sec-certs-6f64ea6aed86210296cd89ac17bc17d2fb24f537.zip | |
workflow dispatch for tests
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/tests.yml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index a91437cd..3a35f1ea 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -1,5 +1,8 @@ name: tests -on: [push] +on: + push: + workflow_dispatch: + jobs: |
