Skip to content

Commit b26bf5c

Browse files
committed
ci: dispatch
1 parent c6d8914 commit b26bf5c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/cicd.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: Continuous testing and publication to NPM from 'main'
22

3-
on: [push]
3+
on:
4+
workflow_dispatch:
5+
push:
46

57
concurrency:
68
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}

0 commit comments

Comments
 (0)