diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 38da1ce..18938a0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,7 +6,7 @@ on: jobs: test: - if: github.event.issue.pull_request != null && contains(github.event.comment.body, 'trigger-ci') + if: ${{ github.event.issue.pull_request != null && github.event.comment.body == '/build' }} runs-on: macos-latest steps: @@ -25,4 +25,4 @@ jobs: uses: actions/upload-artifact@v3 with: name: xcode-test-results - path: DerivedData/**/Logs/Test/*.xcresult \ No newline at end of file + path: DerivedData/**/Logs/Test/*.xcresult