diff options
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 565a096..48773a1 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -1,5 +1,8 @@ name: Run tests -on: push + +on: + push + jobs: run-tests: runs-on: ubuntu-latest |
