Update, add schedules

This commit is contained in:
2024-03-01 14:38:17 -06:00
parent 6b87fc9598
commit 1e5960acd9
2 changed files with 12 additions and 5 deletions

View File

@@ -6,9 +6,11 @@ on:
branches:
- "main"
paths:
- "SteamCMD-Installer/*"
# schedule:
# - cron: "37 18 * * *"
- "SteamCMD-Installer/**"
paths-ignore:
- ".gitea/**"
schedule:
- cron: "0 0 * * 0"
env:
REGISTRY: gitea.taco.quest
@@ -29,6 +31,9 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

View File

@@ -7,8 +7,10 @@ on:
- "main"
paths:
- "SteamCMD/*"
# schedule:
# - cron: "37 18 * * *"
paths-ignore:
- ".gitea/**"
schedule:
- cron: "0 1 * * 0"
env:
REGISTRY: gitea.taco.quest