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