Skip to content

Commit

Permalink
Merge pull request #3 from Exabyte-io/dispatch
Browse files Browse the repository at this point in the history
ci: dispatch
  • Loading branch information
tjduigna authored Jul 25, 2022
2 parents a6cc727 + 01947fa commit fd80f03
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 fd80f03

Please sign in to comment.