mirror of
https://github.com/hendricius/the-sourdough-framework
synced 2025-11-09 04:31: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
|
name: Test book and website for given image
|
||||||
|
|
||||||
on: [push, pull_request]:
|
on:
|
||||||
branches-ignore:
|
push:
|
||||||
- main
|
branches-ignore:
|
||||||
|
- main
|
||||||
|
pull_request:
|
||||||
|
branches:
|
||||||
|
- '**'
|
||||||
|
|
||||||
env:
|
env:
|
||||||
DOCKER_IMAGE: ghcr.io/${{ github.repository }}:latest
|
DOCKER_IMAGE: ghcr.io/${{ github.repository }}:latest
|
||||||
|
|||||||
Reference in New Issue
Block a user