Skip to content

Commit 2912052

Browse files
authored
test: add main branch push workflow (#362)
1 parent e753726 commit 2912052

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/main-push.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: Main Branch Push
2+
on:
3+
push:
4+
branches:
5+
- main
6+
jobs:
7+
lint:
8+
uses: ./.github/workflows/lint.yml
9+
unit-tests:
10+
uses: ./.github/workflows/unit-tests.yml
11+
e2e-linux:
12+
uses: ./.github/workflows/e2e-linux.yml

0 commit comments

Comments
 (0)