diff --git a/.github/workflows/test-book-website.yml b/.github/workflows/test-book-website.yml index 188320e..81dd93f 100644 --- a/.github/workflows/test-book-website.yml +++ b/.github/workflows/test-book-website.yml @@ -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