Skip to content
5 changes: 3 additions & 2 deletions .github/workflows/github-action-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Loading