Skip to content

Commit

Permalink
allow manual triggering of CI workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
javamatte committed Aug 24, 2021
1 parent 909d495 commit 4632096
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuousIntegration.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: build

on: [push]
on: [push, workflow_dispatch]

jobs:
test:
Expand All @@ -13,7 +13,7 @@ jobs:

env:
DO_COVERALLS: 14.15.1/4.0.14

steps:
- name: Setup Node ${{ matrix.node-version }}
uses: actions/setup-node@v1
Expand Down

0 comments on commit 4632096

Please sign in to comment.