Skip to content

Commit

Permalink
chore: add workflow_dispatch to test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Oct 22, 2023
1 parent 3388617 commit a7d4e6a
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,6 +1,9 @@
name: Test

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

jobs:
test:
Expand Down

0 comments on commit a7d4e6a

Please sign in to comment.