Skip to content

Commit 9e2344a

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

3 files changed

Lines changed: 7 additions & 2 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'

.prettierignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
build/
1+
build/
2+
CHANGELOG.md

0 commit comments

Comments
 (0)