Skip to content

Commit ef794f8

Browse files
authored
Merge pull request #4 from Exabyte-io/touch-readme
ci: dispatch
2 parents bfd518b + b26bf5c commit ef794f8

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)