0
0
mirror of https://github.com/sp-tarkov/build.git synced 2025-02-13 04:50:46 -05:00

Let's try the workflow_dispatch option

This commit is contained in:
Refringe 2024-03-12 00:18:11 -04:00
parent 8c143816cf
commit 0f85ec26a1
Signed by: Refringe
GPG Key ID: 7715B85B4A6306ED

View File

@ -1,11 +1,12 @@
name: SPT Release Build name: SPT Release Build
on: on:
workflow_dispatch:
schedule:
- cron: '0 19 * * *' # 7pm UTC/3pm ET, every day
push: push:
branches: [ main ] branches: [ main ]
pull_request: pull_request:
branches: [ main ] branches: [ main ]
schedule:
- cron: '0 19 * * *' # 7pm UTC/3pm ET, every day
jobs: jobs:
prepare: prepare:
runs-on: ubuntu-latest runs-on: ubuntu-latest