Skip to content

Commit 7ba03d3

Browse files
authored
add push in action (#41)
1 parent f12f76f commit 7ba03d3

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/ci.yml

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

33
on:
44
pull_request:
5+
push:
6+
branches: [ main ]
57
workflow_dispatch:
68

79
jobs:

.github/workflows/integration-test.yml

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

33
on:
44
pull_request:
5+
push:
6+
branches: [ main ]
57
workflow_dispatch:
68

79
jobs:

0 commit comments

Comments
 (0)