Skip to content

Commit 304f4a3

Browse files
authored
Fix github actions config to trigger build
1 parent 2f96a10 commit 304f4a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ name: Full CI process
22
on:
33
push:
44
branches:
5-
- master
5+
- $default-branch
66
pull_request:
77
branches:
8-
- master
8+
- $default-branch
99

1010
jobs:
1111
test:

0 commit comments

Comments
 (0)