diff --git a/.github/workflows/github-action-build.yml b/.github/workflows/github-action-build.yml index af2a60920d5..39c93a99bc4 100644 --- a/.github/workflows/github-action-build.yml +++ b/.github/workflows/github-action-build.yml @@ -19,13 +19,14 @@ name: Build env: NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN }} - + on: push: branches: - 'ci-enable/**' - 'main' pull_request: + types: [opened, synchronize, reopened] workflow_dispatch: concurrency: @@ -174,4 +175,4 @@ jobs: cd amber/src/main/python && ruff check . && ruff format --check . - name: Test with pytest run: | - cd amber/src/main/python && pytest -sv + cd amber/src/main/python && pytest -sv \ No newline at end of file