1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2025-05-23 23:52:51 +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: 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