Skip to content

Commit

Permalink
build every Sunday
Browse files Browse the repository at this point in the history
  • Loading branch information
timelf123 authored Aug 14, 2023
1 parent 7e61eba commit a827fcb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:
pull_request:
branches:
- '**'
schedule:
# do a build every Sunday to keep up with SDK changes
- cron: "0 0 * * 0"
jobs:
ufbt-build-action:
runs-on: ubuntu-latest
Expand Down

0 comments on commit a827fcb

Please sign in to comment.