Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
8go authored Nov 21, 2024
1 parent 23f9c31 commit ec6e5b3
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,13 @@ name: Release

on:
push:
branches:
- master
# branches:
# - master
tags:
- 'v[0-9]+.[0-9]+.[0-9]+'

workflow_dispatch:

# This will not work because of naming conflict, version will already exist.
# workflow_dispatch:

jobs:
build-and-publish:
Expand Down

0 comments on commit ec6e5b3

Please sign in to comment.