Add paths-ignore to build file

This commit is contained in:
2024-03-01 14:33:26 -06:00
parent 85a9cc945f
commit 2120ace645

View File

@@ -5,8 +5,11 @@ on:
push:
branches:
- "main"
paths-ignore:
- ".gitea/**"
schedule:
- cron: "0 0 * * 0"
env:
REGISTRY: gitea.taco.quest
IMAGE_NAME: ${{ gitea.repository }}