Skip to content

Commit 91dfb20

Browse files
authored
ci: run tests on PRs to any branch, restrict push trigger to dev/release (#3048)
1 parent 78a83c8 commit 91dfb20

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/run-tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@ name: Tests
22

33
on:
44
push:
5-
pull_request:
65
branches:
6+
- dev
77
- release
8+
pull_request:
89

910
jobs:
1011
build:

0 commit comments

Comments
 (0)