Skip to content

Commit

Permalink
ci: add manual trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
jy95 authored Nov 9, 2021
1 parent 1e41113 commit c531200
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: CI
# Triggers the workflow on push or pull request events
on: [push, pull_request]
# Triggers the workflow on push / pull request events / manual trigger
on: [push, pull_request, workflow_dispatch]
jobs:
build:
name: Build and test on Node ${{ matrix.node }} - ${{ matrix.os }}
Expand Down

0 comments on commit c531200

Please sign in to comment.