mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2025-05-24 16:11:12 +00:00
github actions fix funny stuff?
This commit is contained in:
parent
7c0c09775a
commit
2e09730782
4
.github/workflows/build-shit.yml
vendored
4
.github/workflows/build-shit.yml
vendored
|
@ -2,6 +2,10 @@ name: build-upload
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '30 17 * * *'
|
- cron: '30 17 * * *'
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- "master"
|
||||||
|
workflow_dispatch:
|
||||||
jobs:
|
jobs:
|
||||||
check_date:
|
check_date:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
Loading…
Reference in a new issue