Skip to content

Commit e297ba4

Browse files
fix(ci): branch name
1 parent f55afcc commit e297ba4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
name: Tests
44

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

1212
jobs:
1313
quality:

0 commit comments

Comments
 (0)