Skip to content

Commit

Permalink
ci: change trigger of publish workflow to 'workflow_dispatch'
Browse files Browse the repository at this point in the history
  • Loading branch information
shine1594 committed Dec 8, 2021
1 parent 25a1fa9 commit 86d5d8c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: release

on:
release:
types: [created]
on: workflow_dispatch

jobs:
build-and-publish:
Expand Down

0 comments on commit 86d5d8c

Please sign in to comment.