Skip to content

Commit 9e1cac8

Browse files
setup(ci): remove devlop mention
1 parent 3922321 commit 9e1cac8

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ci.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,10 @@
33
name: Tests
44

55
on:
6-
# we use devlop branch for now before publishing the website
76
push:
8-
branches: [ "main", "devlop" ]
7+
branches: [ "main" ]
98
pull_request:
10-
branches: [ "main", "devlop" ]
9+
branches: [ "main" ]
1110

1211
jobs:
1312
quality:

0 commit comments

Comments
 (0)