Skip to content

Commit

Permalink
run check release on master push as well
Browse files Browse the repository at this point in the history
  • Loading branch information
TheOrioli committed Mar 25, 2022
1 parent b5530b5 commit 06b0901
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/check-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ name: "Check Releases"
on:
schedule:
- cron: '27 23 * * *'

push:
branches:
- master
jobs:
fetch:
name: Fetch Latest Godot Engine Release
Expand Down

0 comments on commit 06b0901

Please sign in to comment.