Skip to content

Commit a711c73

Browse files
committed
fix: linting issue
and make GH workflow run on push and pull_request events
1 parent a71c9a2 commit a711c73

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

.github/workflows/dhis2-verify-commits.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: 'dhis2: verify (commits)'
22

33
on:
4+
push:
45
pull_request:
56
types: ['opened', 'edited', 'reopened', 'synchronize']
67

.github/workflows/dhis2-verify-lib.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: 'dhis2: verify (lib)'
22

3-
on: [push, pull_request]
3+
on:
4+
push:
5+
pull_request:
6+
types: ['opened', 'edited', 'reopened', 'synchronize']
47

58
env:
69
GIT_AUTHOR_NAME: '@dhis2-bot'

CHANGELOG.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
# [3.17.0-beta.3](https://github.com/dhis2/app-runtime/compare/v3.17.0-beta.2...v3.17.0-beta.3) (2026-04-15)
22

3-
43
### Bug Fixes
54

6-
* move from cli-style to shared configs ([#1434](https://github.com/dhis2/app-runtime/issues/1434)) ([9a08180](https://github.com/dhis2/app-runtime/commit/9a081809409692c4b38ffacbd52302ab3a3d99e0))
5+
- move from cli-style to shared configs ([#1434](https://github.com/dhis2/app-runtime/issues/1434)) ([9a08180](https://github.com/dhis2/app-runtime/commit/9a081809409692c4b38ffacbd52302ab3a3d99e0))
76

87
# [3.17.0-beta.2](https://github.com/dhis2/app-runtime/compare/v3.17.0-beta.1...v3.17.0-beta.2) (2026-02-11)
98

0 commit comments

Comments
 (0)