diff options
| author | rtkay123 <dev@kanjala.com> | 2025-08-25 08:51:24 +0200 |
|---|---|---|
| committer | rtkay123 <dev@kanjala.com> | 2025-08-25 08:52:36 +0200 |
| commit | b12a23681cd415c23408434c63c7803f82781f5d (patch) | |
| tree | 2b91e541c7a4db3c28b52ed726889e1deeb27382 /.github/workflows | |
| parent | 7f9420e968466fc66d03ec3a84fd33a645644341 (diff) | |
| download | warden-b12a23681cd415c23408434c63c7803f82781f5d.tar.bz2 warden-b12a23681cd415c23408434c63c7803f82781f5d.zip | |
ci(docker): no release on push
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/publish.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 3eaf991..7f5b11f 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -3,7 +3,7 @@ permissions: packages: write on: push: - branches: [master] + # branches: [master] tags: [v*] workflow_dispatch: inputs: |
