diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index b9f6d9e..c976f5a 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -5,6 +5,9 @@ on: types: - opened - synchronize + schedule: + - cron: "0 21 * * *" + jobs: build: @@ -34,4 +37,4 @@ jobs: uses: actions/upload-artifact@v2 with: name: AASM Artifacts - path: build/bin/*.exe \ No newline at end of file + path: build/bin/*.exe