Skip to content

Commit

Permalink
Replace schedule with release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sergcpp committed Oct 18, 2024
1 parent d89ed9e commit 1159c04
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: Schedule

on:
schedule:
- cron: '0 2 * * *' # Run every day at 1 o'clock
pull_request:
branches:
- 'releases/**'

jobs:
build-windows-x86_64-rel:
Expand Down

0 comments on commit 1159c04

Please sign in to comment.