mirror of
https://github.com/hendricius/the-sourdough-framework
synced 2026-04-20 02:44:30 -05:00
Fix GitHub action syntax
Test book and website for given image / test-book-website (push) Has been cancelled
Test book and website for given image / test-book-website (push) Has been cancelled
This commit is contained in:
@@ -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