Skip to content

Commit afb4288

Browse files
authored
feat: run gh workflows on push to main
feat: run gh workflows on push to main
2 parents 0d5e33e + 735c868 commit afb4288

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: CI
22

33
on:
4+
push:
5+
branches: [main]
46
pull_request:
57
workflow_dispatch:
68

.github/workflows/lint.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: lint and style checks
22

33
on:
4+
push:
5+
branches: [main]
46
pull_request:
57
workflow_dispatch:
68

0 commit comments

Comments
 (0)