We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7b46bb commit 955f805Copy full SHA for 955f805
.github/workflows/continuous-integration.yml
@@ -6,7 +6,7 @@ env:
6
on:
7
pull_request:
8
branches:
9
- - "develop"
+ - "main"
10
11
jobs:
12
build:
CHANGELOG.md
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
4
5
## [UNRELEASED]
+### 💼 Other
+
+- *(Build)* Fix trigger for CI
+## [1.6.1] - 2024-12-20
13
### 🐛 Bug Fixes
14
15
- *(EMM)* Fix missing managed configurations used as NULL
@@ -18,6 +24,7 @@ All notable changes to this project will be documented in this file.
18
24
- *(Build)* Clean composer step
19
25
- *(Build)* Use main branch for deploy alpha
20
26
27
21
28
## [1.6.0] - 2024-10-29
22
29
23
30
### 💼 Other
0 commit comments