We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6d8914 commit b26bf5cCopy full SHA for b26bf5c
.github/workflows/cicd.yml
@@ -1,6 +1,8 @@
1
name: Continuous testing and publication to NPM from 'main'
2
3
-on: [push]
+on:
4
+ workflow_dispatch:
5
+ push:
6
7
concurrency:
8
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
0 commit comments