Skip to content

Commit 196f1ab

Browse files
committed
Fix(build): fix trigger for CI
1 parent e7b46bb commit 196f1ab

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/continuous-integration.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ env:
66
on:
77
pull_request:
88
branches:
9-
- "develop"
9+
- "main"
1010

1111
jobs:
1212
build:

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ All notable changes to this project will be documented in this file.
1717
- *(Build)* Clean unused step
1818
- *(Build)* Clean composer step
1919
- *(Build)* Use main branch for deploy alpha
20+
- *(Build)* Fix trigger for CI
2021

2122
## [1.6.0] - 2024-10-29
2223

0 commit comments

Comments
 (0)