diff --git a/.github/workflows/publish_test.yaml b/.github/workflows/publish_test.yaml index 2e2b2a3d6..76ed25b12 100644 --- a/.github/workflows/publish_test.yaml +++ b/.github/workflows/publish_test.yaml @@ -1,10 +1,6 @@ name: publish-test -on: - workflow_dispatch: - push: - branches: - - main +on: workflow_dispatch jobs: build: @@ -13,10 +9,6 @@ jobs: steps: - name: Checkout repo uses: actions/checkout@v4 - with: - ref: ${{ github.event.inputs.gitref }} - fetch-tags: true - fetch-depth: 100 - name: Set up Python id: setup_python uses: actions/setup-python@v4