mirror of
https://github.com/hendricius/the-sourdough-framework
synced 2025-11-08 12:11:11 -06:00
Fix GitHub action syntax
Some checks failed
Test book and website for given image / test-book-website (push) Has been cancelled
Some checks failed
Test book and website for given image / test-book-website (push) Has been cancelled
This commit is contained in:
10
.github/workflows/test-book-website.yml
vendored
10
.github/workflows/test-book-website.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user