Skip to content

Commit 0f3b3e6

Browse files
committed
feat(ci): run tests on release branches also
1 parent 7d51bf1 commit 0f3b3e6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pr-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ name: PR Tests
44

55
on:
66
pull_request:
7-
branches: [main]
7+
branches: [main, "release/**"]
88
push:
9-
branches: [main]
9+
branches: [main, "release/**"]
1010

1111
permissions:
1212
contents: read

0 commit comments

Comments
 (0)