Skip to content

Commit

Permalink
feat: Run Integration tests on mainline push
Browse files Browse the repository at this point in the history
Signed-off-by: Yutong Li <[email protected]>
  • Loading branch information
YutongLi291 committed Jun 27, 2024
1 parent c6334e3 commit 0422770
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/mainline_integration_test.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
name: Mainline Integration Test
name: Mainline Merge Integration Test

on:
push:
branches:
- mainline
workflow_dispatch:

jobs:
MainlineLinuxIntegrationTest:
name: Linux Integration Test
Expand Down

0 comments on commit 0422770

Please sign in to comment.