diff options
author | Bjørn Erik Pedersen <[email protected]> | 2024-08-13 16:17:56 +0200 |
---|---|---|
committer | Bjørn Erik Pedersen <[email protected]> | 2024-08-13 16:17:56 +0200 |
commit | 98aa53648a037e63df65b975786773a0ed95711a (patch) | |
tree | b3186534ac94d756857a6e5aead587ac619484f4 /.github | |
parent | 9231a7f1102f3eb945af4a9a513666329222b60a (diff) | |
download | hugo-98aa53648a037e63df65b975786773a0ed95711a.tar.gz hugo-98aa53648a037e63df65b975786773a0ed95711a.zip |
github: Simplify Docker workflow / only trigger on new tagstestbuild2
See #12753
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/image.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.github/workflows/image.yml b/.github/workflows/image.yml index 2676e9f4d..4fb1e7914 100644 --- a/.github/workflows/image.yml +++ b/.github/workflows/image.yml @@ -4,8 +4,6 @@ on: push: tags: - "*" - branches: - - master permissions: packages: write |