Skip to content

Commit 4c5701f

Browse files
committed
mod: remove branch trigger
1 parent 47f155f commit 4c5701f

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/publish.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ name: Publish a Wasm Component to GitHub Artifacts
22

33
on:
44
push:
5-
branches:
6-
- main
75
tags:
86
- v*
97
workflow_dispatch:
@@ -24,10 +22,7 @@ jobs:
2422
with:
2523
images: ghcr.io/${{ github.actor }}/rust-wasi-hello
2624
tags: |
27-
type=ref,event=branch
28-
type=ref,event=pr
2925
type=semver,pattern={{version}}
30-
type=semver,pattern={{major}}.{{minor}}
3126
- name: Login to GitHub Container Registry
3227
uses: docker/login-action@v3
3328
with:

0 commit comments

Comments
 (0)