Skip to content

Commit

Permalink
improve set up
Browse files Browse the repository at this point in the history
  • Loading branch information
i-walker committed May 26, 2022
1 parent fcae918 commit 81d0dff
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/generate-tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: generate-tag

on:
workflow_dispatch:
if: github.ref == 'refs/heads/main'
branches: [main]
inputs:
stage:
description: 'Stage'
Expand All @@ -21,7 +21,6 @@ on:
default: 'auto'
type: choice
options:
- 'patch'
- 'minor'
- 'major'
- 'auto'
Expand Down

0 comments on commit 81d0dff

Please sign in to comment.