Skip to content

Commit 0b6765b

Browse files
committed
ci: run pipeline on commits
1 parent 536f357 commit 0b6765b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/commitlint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Lint Commit Messages
2-
on: [pull_request]
2+
on: [pull_request, push]
33

44
jobs:
55
commitlint:

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
name: Run linter
44

5-
on: [pull_request]
5+
on: [pull_request, push]
66

77
jobs:
88
lint:

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
name: Run tests
44

5-
on: [pull_request]
5+
on: [pull_request, push]
66

77
jobs:
88
test:

0 commit comments

Comments
 (0)