Do not run test-book-website on main push

This makes little sense to run it again.. we already did run twice on
branch push and for the PR request.  And we will run the exact same
thing and more (sans-serif, actual release etc) in release-book-website.
This commit is contained in:
Cedric
2024-12-28 16:37:26 +00:00
parent 69acb8c04d
commit fc0fb708a8

View File

@@ -1,6 +1,8 @@
name: Test book and website for given image
on: [push, pull_request]
on: [push, pull_request]:
branches-ignore:
- main
env:
DOCKER_IMAGE: ghcr.io/${{ github.repository }}:latest