diff --git a/.github/workflows/ci-build.yaml b/.github/workflows/ci-build.yaml index ccb05226..57ec941b 100644 --- a/.github/workflows/ci-build.yaml +++ b/.github/workflows/ci-build.yaml @@ -9,10 +9,10 @@ permissions: on: # Triggers the workflow on push or pull request events but only for the main branch and prototype branch push: - branches: [ main, prototype/*, release/* ] + branches: [ main, prototype/*, release/*, fix_integration_test_ci ] # Skip running this workflow if only these paths are updated - paths-ignore: - - ".github/**" + # paths-ignore: + # - ".github/**" pull_request: types: [ opened, synchronize, reopened, ready_for_review ] branches: [ main, prototype/*, release/* ]