Skip to content

Commit

Permalink
chore: only release new version when tag publish
Browse files Browse the repository at this point in the history
  • Loading branch information
soulteary committed Apr 16, 2024
1 parent 0906765 commit 564d301
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: Release Version
on:
workflow_dispatch:
push:
branches:
- "main"
tags:
- "*.*.*"

env:
REGISTRY_IMAGE: soulteary/sqlite-wordpress
Expand Down

0 comments on commit 564d301

Please sign in to comment.