Skip to content

Commit

Permalink
Update create-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mportuga authored Aug 17, 2023
1 parent 2a03d87 commit ea8a233
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,15 @@ name: Create Release
# Controls when the action will run. Workflow runs when manually triggered using the UI
# or API.
on:
push
workflow_dispatch:
# Inputs the workflow accepts.
inputs:
release:
description: 'Release Version'
required: true
push:
branches:
- 'gh-pages'
# workflow_dispatch:
# # Inputs the workflow accepts.
# inputs:
# release:
# description: 'Release Version'
# required: true

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
Expand Down

0 comments on commit ea8a233

Please sign in to comment.