Skip to content

Commit

Permalink
Add on to yml
Browse files Browse the repository at this point in the history
  • Loading branch information
meganmcgeee committed Apr 28, 2024
1 parent 6453523 commit a65cc75
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/semver.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
name: 'Check, verify, add semver to release'
on:
# Triggers the workflow on push or pull request events but only for the "main" branch
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
description: 'Adding the semver because of the a release tag based on input '
inputs:
which-semver: # id of input
Expand Down

0 comments on commit a65cc75

Please sign in to comment.