mirror of
https://github.com/hendricius/the-sourdough-framework
synced 2025-11-08 12:11:11 -06:00
Do not run test-book-website on main push
This makes little sense to run it again.. we already did run twice on branch push and for the PR request. And we will run the exact same thing and more (sans-serif, actual release etc) in release-book-website.
This commit is contained in:
4
.github/workflows/test-book-website.yml
vendored
4
.github/workflows/test-book-website.yml
vendored
@@ -1,6 +1,8 @@
|
||||
name: Test book and website for given image
|
||||
|
||||
on: [push, pull_request]
|
||||
on: [push, pull_request]:
|
||||
branches-ignore:
|
||||
- main
|
||||
|
||||
env:
|
||||
DOCKER_IMAGE: ghcr.io/${{ github.repository }}:latest
|
||||
|
||||
Reference in New Issue
Block a user