Skip to content

Commit

Permalink
ci: add test suit on pr
Browse files Browse the repository at this point in the history
  • Loading branch information
johnhooks committed Dec 15, 2023
1 parent 0340d19 commit 1f1d5f4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test-suite.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Test Suite

on: [push, workflow_dispatch]
on:
pull_request:
branches: [main, epic/*]
workflow_dispatch:

jobs:
test:
Expand Down

0 comments on commit 1f1d5f4

Please sign in to comment.