mirror of
https://github.com/sp-tarkov/build.git
synced 2025-02-13 05:30: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
|
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user