Skip to content

Commit

Permalink
fix: test workflow on branch
Browse files Browse the repository at this point in the history
  • Loading branch information
kitsuya0828 committed Apr 2, 2024
1 parent b1ee409 commit 01935f0
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
name: Release
on:
push:
tags:
- "v*"
pull_request:

jobs:
release:
name: Release
Expand Down Expand Up @@ -38,4 +37,3 @@ jobs:
push: true
tags: |
ghcr.io/${{ github.repository }}:latest
ghcr.io/${{ github.repository }}:${{ steps.vars.outputs.tag }}

0 comments on commit 01935f0

Please sign in to comment.