diff options
| author | stonedDiscord <Tukz@gmx.de> | 2023-07-21 16:06:46 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-07-21 16:06:46 +0200 |
| commit | 1b214f386dbfa85871342f5ee28a566e9a5095bd (patch) | |
| tree | cbc68b9cdedd5b1a80493330c11eeb69cf93e7f5 /.github | |
| parent | 737ccb560fb6b722e012ba67f472e4a679346b81 (diff) | |
run every time
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/test.yml | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2c7a2c5..fc5810d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,12 +1,6 @@ name: Test CI -on: - push: - branches: - - master - pull_request: - branches: - - master +on: [push, pull_request] jobs: test: |
