Skip to content

Commit 943a624

Browse files
committed
fix(build): run tests against correct branch
1 parent 3c91deb commit 943a624

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/github-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: CI Tests
22

33
on:
44
push:
5-
branches: [ master ]
6-
pull_request_target:
5+
branches: [ master, release/* ]
6+
pull_request:
77
branches: [ master ]
88

99
jobs:

0 commit comments

Comments
 (0)