mirror of
https://github.com/sp-tarkov/build.git
synced 2025-02-12 20:50:45 -05:00
Let's try the workflow_dispatch option
This commit is contained in:
parent
8c143816cf
commit
0f85ec26a1
@ -1,11 +1,12 @@
|
||||
name: SPT Release Build
|
||||
on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: '0 19 * * *' # 7pm UTC/3pm ET, every day
|
||||
push:
|
||||
branches: [ main ]
|
||||
pull_request:
|
||||
branches: [ main ]
|
||||
schedule:
|
||||
- cron: '0 19 * * *' # 7pm UTC/3pm ET, every day
|
||||
jobs:
|
||||
prepare:
|
||||
runs-on: ubuntu-latest
|
||||
|
Loading…
x
Reference in New Issue
Block a user