From cf49ab1ccc27fd21cd5aae2334a2708b2ceb4166 Mon Sep 17 00:00:00 2001 From: cedounet <134267244+cedounet@users.noreply.github.com> Date: Sat, 28 Dec 2024 17:04:54 +0000 Subject: [PATCH] Some more ebook build dir (#404) 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. --- .github/workflows/test-book-website.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test-book-website.yml b/.github/workflows/test-book-website.yml index 188320e..0325c0e 100644 --- a/.github/workflows/test-book-website.yml +++ b/.github/workflows/test-book-website.yml @@ -1,6 +1,12 @@ name: Test book and website for given image -on: [push, pull_request] +on: + push: + branches-ignore: + - main + pull_request: + branches: + - '**' env: DOCKER_IMAGE: ghcr.io/${{ github.repository }}:latest