Skip to content

Commit

Permalink
Bump actions/checkout and add manual triggering
Browse files Browse the repository at this point in the history
  • Loading branch information
mxie authored Dec 9, 2020
1 parent c25fc7b commit 1c3a52d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: Test
on:
workflow_dispatch:
push:
paths:
- '**.js'
Expand All @@ -8,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v1
uses: actions/checkout@v2
- name: Run Action
uses: ./
with:
Expand Down

0 comments on commit 1c3a52d

Please # to comment.