Skip to content

Commit

Permalink
fix: workflow_dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
psycho-baller committed Apr 27, 2024
1 parent 068e27a commit f12fb95
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/submit.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
name: "Submit to Web Store"
workflow_dispatch:
# inputs:
# version:
# description: "Extension version"
# required: true
# default: "0.0.0"
on: [release]
on: [release, workflow_dispatch]

jobs:
build:
Expand Down

0 comments on commit f12fb95

Please sign in to comment.