Skip to content

Commit 4dad4af

Browse files
committed
minor fix
1 parent eacb10c commit 4dad4af

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/main.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@ name: Build and test on Ubuntu
22

33
on:
44
push:
5-
branches: [ $default-branch ]
5+
branches:
6+
- main
67
pull_request:
7-
branches: [ $default-branch ]
8+
branches:
9+
- main
810

911
jobs:
1012
deploy-owl:

0 commit comments

Comments
 (0)