test #459: only run GHA pipeline build and publish jobs on main

This commit is contained in:
Gary Gale
2025-01-17 16:51:49 +00:00
parent 73a51fb980
commit 6ea931a166

View File

@@ -76,6 +76,7 @@ jobs:
build: build:
name: Build distributions name: Build distributions
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
runs-on: ubuntu-latest runs-on: ubuntu-latest
needs: [test-summary] needs: [test-summary]
steps: steps: