Skip to content

Commit 955f805

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

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-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

+7
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44

55
## [UNRELEASED]
66

7+
### 💼 Other
8+
9+
- *(Build)* Fix trigger for CI
10+
11+
## [1.6.1] - 2024-12-20
12+
713
### 🐛 Bug Fixes
814

915
- *(EMM)* Fix missing managed configurations used as NULL
@@ -18,6 +24,7 @@ All notable changes to this project will be documented in this file.
1824
- *(Build)* Clean composer step
1925
- *(Build)* Use main branch for deploy alpha
2026

27+
2128
## [1.6.0] - 2024-10-29
2229

2330
### 💼 Other

0 commit comments

Comments
 (0)