Skip to content

Commit

Permalink
ci: dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
tjduigna committed Jun 1, 2022
1 parent a6cc727 commit 01947fa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Continuous testing and publication to NPM from 'main'

on: [push]
on:
workflow_dispatch:
push:

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
Expand Down

0 comments on commit 01947fa

Please sign in to comment.