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: push:
branches: branches:
- "main" - "main"
paths-ignore:
- ".gitea/**"
schedule: schedule:
- cron: "0 0 * * 0" - cron: "0 0 * * 0"
env: env:
REGISTRY: gitea.taco.quest REGISTRY: gitea.taco.quest
IMAGE_NAME: ${{ gitea.repository }} IMAGE_NAME: ${{ gitea.repository }}