diff options
| author | Jan Sucan <jan@jansucan.com> | 2024-01-09 17:32:40 +0100 |
|---|---|---|
| committer | Ján Sučan <jan@jansucan.com> | 2024-01-09 17:38:11 +0100 |
| commit | 1dd0f4e6bbde396c66f6eb86b5b4a30952c02026 (patch) | |
| tree | 62dbb1b820cbe0b800ca7653295cc4ea3d2f235d | |
| parent | 82adeccf84f132e0f259dc603db3ecf26a35b36a (diff) | |
github: Improve formatting of a workflow file
| -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 |
