diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2fe2aa2..cd4b22c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,6 +26,7 @@ jobs: runs-on: ubuntu-latest needs: - test + if: ${{ github.repository_owner == 'sbidoul' && github.ref == 'refs/heads/main' }} steps: - name: Set up Docker Buildx uses: docker/setup-buildx-action@v1