diff options
| author | stonedDiscord <Tukz@gmx.de> | 2023-07-27 12:12:21 +0200 |
|---|---|---|
| committer | stonedDiscord <Tukz@gmx.de> | 2023-07-27 12:12:21 +0200 |
| commit | 07d849f94f64fab7b68e47dfa7b5cce4e3c4a66a (patch) | |
| tree | 75314128e9a56c78f44c8c91ff589a0460f4666c /.github | |
| parent | 227e37d6d5748e97e223ae85272220e5803c6382 (diff) | |
| parent | 1b214f386dbfa85871342f5ee28a566e9a5095bd (diff) | |
Merge branch 'master' of https://github.com/AttorneyOnline/webAO
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: |
