diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index beff635eb..b7af64196 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -9,7 +9,7 @@ jobs: run-if-changes: runs-on: ubuntu-latest outputs: - run: ${{ (github.event_name == 'push' && github.ref_name == 'main') && 'true' || steps.filter.outputs.python }} + run: ${{ github.event_name == 'push' && 'true' || steps.filter.outputs.python }} steps: - uses: actions/checkout@v6 - uses: dorny/paths-filter@v4