Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertoPrevato committed Feb 17, 2024
1 parent 7f6725e commit 4b38d57
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@ name: Main

on:
workflow_dispatch:
publish_artifacts:
description: 'Publish artifacts (Y|N)'
required: true
default: 'N'
input:
publish_artifacts:
description: 'Publish artifacts (Y|N)'
required: true
default: 'N'
release:
types: [published]
push:
Expand Down

0 comments on commit 4b38d57

Please sign in to comment.