Skip to content

Commit

Permalink
Add on event trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
nkmrh committed Jun 18, 2023
1 parent 8562c4e commit 08f8454
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
name: Publish plugin to npmjs

on:
release:
types: [published]

jobs:
publish:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: test
name: Test plugin

on:
push:
Expand Down

0 comments on commit 08f8454

Please sign in to comment.