diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index e813170..fef84ae 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -1,11 +1,13 @@ name: build -on: [push, pull_request] +on: + push: + pull_request: + types: [opened, reopened] jobs: test_micm_api: runs-on: ubuntu-latest - if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name steps: - uses: actions/checkout@v4 with: