Skip to content

Commit f645ff7

Browse files
authored
Merge pull request #748 from materialsproject/phonon_animation
add workflow_dispatch to publish-npm.yml
2 parents 1a6ba28 + 0ae4b91 commit f645ff7

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/publish-npm.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
name: publish-npm
22
on:
3+
workflow_dispatch:
34
push:
45
tags:
5-
- '*'
6+
- 'v*'
67
jobs:
78
publish:
89
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)