1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2024-09-11 20:57:20 +00:00

github actions fix funny stuff?

This commit is contained in:
Cameron Taylor 2022-09-20 15:50:00 -04:00
parent 7c0c09775a
commit 2e09730782

View file

@ -2,6 +2,10 @@ name: build-upload
on:
schedule:
- cron: '30 17 * * *'
push:
branches:
- "master"
workflow_dispatch:
jobs:
check_date:
runs-on: ubuntu-latest