Skip to content

Commit

Permalink
Option to manually trigger the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ivmarkov committed May 9, 2023
1 parent 2ec3bbc commit da9bce1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ on:
branches:
- master
pull_request:
# schedule:
# - cron: '50 5 * * *'
schedule:
- cron: '50 5 * * *'
workflow_dispatch:

jobs:
compile:
Expand Down

0 comments on commit da9bce1

Please sign in to comment.