Skip to content
This repository has been archived by the owner on Mar 16, 2024. It is now read-only.

Commit

Permalink
Update pull_request.yml (#38)
Browse files Browse the repository at this point in the history
* Update pull_request.yml

* Update pull_request.yml
  • Loading branch information
JensvandeWiel committed Nov 1, 2023
1 parent 8ba0994 commit 604eaba
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
types:
- opened
- synchronize
schedule:
- cron: "0 21 * * *"


jobs:
build:
Expand Down Expand Up @@ -34,4 +37,4 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: AASM Artifacts
path: build/bin/*.exe
path: build/bin/*.exe

0 comments on commit 604eaba

Please sign in to comment.