diff options
| author | Paul-Christian Volkmer | 2023-08-10 18:07:25 +0200 |
|---|---|---|
| committer | Paul-Christian Volkmer | 2023-08-10 18:07:25 +0200 |
| commit | 2ec5e27a402f36d87d3cf9a6369e77028200c3b2 (patch) | |
| tree | 7cc91ee9b1707622dd03d477d1f59f2ebf93bc25 /.github/workflows/test.yml | |
| parent | d24d9a7fd0ddd725bb81da29e40b80a644c66249 (diff) | |
Full setup for docker build
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 98067f1..fa00f69 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -4,6 +4,7 @@ on: workflow_call: push: branches: [ 'master' ] + tags-ignore: [ '*' ] pull_request: branches: [ '*' ] |
