Fix GitHub action syntax
Some checks failed
Test book and website for given image / test-book-website (push) Has been cancelled

This commit is contained in:
Cedric
2024-12-28 16:49:55 +00:00
parent fc0fb708a8
commit b528bf1324

View File

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