Skip to content

Commit

Permalink
fix: integration on case
Browse files Browse the repository at this point in the history
  • Loading branch information
JoowonYun committed Aug 19, 2024
1 parent de52fb6 commit 6f666a0
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/integration-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,13 @@ name: End-to-end test

on:
push:
branches: [ "main", "cube", "tesseract", "release/*" ]
branches:
- 'main'
- 'cube'
- 'release/**'
pull_request:
branches: [ "*" ]
types:
- opened

jobs:

Expand Down

0 comments on commit 6f666a0

Please sign in to comment.