Skip to content

Commit

Permalink
Checking out workflow dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveKeehl committed Apr 7, 2024
1 parent dd6f9e5 commit d6317fa
Showing 1 changed file with 16 additions and 5 deletions.
21 changes: 16 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,22 @@
name: 'Release'

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

on:
push:
tags:
- '[0-9]+.[0-9]+.[0-9]+'
branches:
- main
workflow_dispatch:
inputs:
semverType:
description: semver type?
type: choice
options:
- patch
- minor
- major

jobs:
check-version:
Expand Down

0 comments on commit d6317fa

Please sign in to comment.