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.
2 parents bfd518b + b26bf5c commit ef794f8Copy full SHA for ef794f8
.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