Skip to content

Commit f770e68

Browse files
authored
Run CI on all branches and PR
1 parent abda9f6 commit f770e68

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ env:
88
on:
99
push:
1010
branches:
11-
- master
11+
- '**'
12+
pull_request:
13+
types: [assigned, opened, synchronize, reopened]
1214

1315
jobs:
1416
build:

0 commit comments

Comments
 (0)