diff options
| author | Paul-Christian Volkmer | 2023-08-10 18:59:04 +0200 |
|---|---|---|
| committer | Paul-Christian Volkmer | 2023-08-10 18:59:04 +0200 |
| commit | 4dde13e79a0d7d35648c498f7a98b62aea05b9ec (patch) | |
| tree | c7fadfad555870e2a96c487a14dae7237e0f3c62 /.github/workflows/test.yml | |
| parent | 55153d805048a91c10543969e583c12b23e10c78 (diff) | |
Run tests on each tag
Diffstat (limited to '.github/workflows/test.yml')
| -rw-r--r-- | .github/workflows/test.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e7ee0d3..f7c37f3 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -3,6 +3,7 @@ name: 'Run Tests' on: push: branches: [ 'master' ] + tags: [ '*' ] pull_request: branches: [ '*' ] |
