Skip to content

Commit

Permalink
Merge pull request #8 from owlinux1000/auto_release_pr_merged
Browse files Browse the repository at this point in the history
update(workflow): Add condition for tag
  • Loading branch information
owlinux1000 authored Sep 30, 2023
2 parents a719a74 + 43dfec6 commit 2669c29
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: release
on:
push:
branches: [main]
tags:
- "v*"

jobs:
release:
Expand Down

0 comments on commit 2669c29

Please sign in to comment.