Skip to content

Commit dae0419

Browse files
committed
wip: test publish workflow
1 parent c2c7a87 commit dae0419

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/ci.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77

88
jobs:
99
coverage:
10+
if: false
1011
name: Code coverage
1112
runs-on: ubuntu-latest
1213
concurrency:

.github/workflows/publish.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
release:
77
types:
88
- published
9+
pull_request:
910
workflow_dispatch:
1011

1112
jobs:
@@ -35,7 +36,7 @@ jobs:
3536
${{ github.repository }}
3637
ghcr.io/${{ github.repository }}
3738
tags: |
38-
type=raw,value=latest,enable={{is_default_branch}}
39+
type=raw,value=latest
3940
type=semver,pattern={{version}}
4041
type=semver,pattern={{major}}.{{minor}}
4142
type=semver,pattern={{major}}

0 commit comments

Comments
 (0)