Skip to content

Commit

Permalink
ci: Updated CI to run on pull_request and workflow_dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamess-Lucass committed Mar 28, 2024
1 parent 439959a commit 7b935e5
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]
on:
push:
pull_request:
workflow_dispatch:

jobs:
test:
Expand Down

0 comments on commit 7b935e5

Please sign in to comment.