Skip to content

Commit

Permalink
chg: Allow workflow_dispatch for test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ivyleavedtoadflax committed Jul 22, 2023
1 parent 1b583c8 commit 03337e4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Run tests
on: pull_request
on:
pull_request:
workflow_dispatch:

jobs:
Run-tests:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 03337e4

Please sign in to comment.