Skip to content

Commit

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

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

0 comments on commit cb7d85f

Please sign in to comment.