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

View File

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