From 01935f01a731238500a2b1a87af52623f01aa802 Mon Sep 17 00:00:00 2001 From: Kitsuya0828 Date: Tue, 2 Apr 2024 15:14:09 +0900 Subject: [PATCH] fix: test workflow on branch --- .github/workflows/release.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 6f551f1..36db4f0 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -1,8 +1,7 @@ name: Release on: - push: - tags: - - "v*" + pull_request: + jobs: release: name: Release @@ -38,4 +37,3 @@ jobs: push: true tags: | ghcr.io/${{ github.repository }}:latest - ghcr.io/${{ github.repository }}:${{ steps.vars.outputs.tag }}