Skip to content
This repository was archived by the owner on Jun 15, 2023. It is now read-only.

Commit 93fa84c

Browse files
committed
Fix branch names in ci.yml
1 parent 0971b85 commit 93fa84c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: CI
22

33
on:
44
push:
5-
branches: [ dev, g_rescript ]
5+
branches: [ rescript ]
66
pull_request:
7-
branches: [ dev, g_rescript ]
7+
branches: [ rescript ]
88

99
jobs:
1010
build:

0 commit comments

Comments
 (0)