Skip to content

Commit 2b1db1e

Browse files
committed
Run tests on PRs
1 parent b62431a commit 2b1db1e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@ name: Test
22
on:
33
# schedule:
44
# - cron: "0 4 * * *"
5-
# pull_request:
5+
pull_request:
6+
branches:
7+
- main
8+
- feature/*
69
workflow_dispatch:
710

811
jobs:

0 commit comments

Comments
 (0)