Skip to content

Commit

Permalink
fix: Added manual workflow option for test script
Browse files Browse the repository at this point in the history
  • Loading branch information
jdrydn committed Feb 21, 2024
1 parent a975b44 commit d4f1d0d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
name: Test
on:
# On new pushes to the generated files
push:
paths:
- index.dist.js
# Upon manual request
workflow_dispatch:

jobs:
run:
runs-on: ubuntu-latest
Expand Down

0 comments on commit d4f1d0d

Please sign in to comment.