Skip to content

Commit

Permalink
Enable manual run of the build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
vitcpp committed Oct 15, 2024
1 parent adda898 commit 979938b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-and-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ name: Build and Check
on:
push:
pull_request:
workflow_dispatch:
schedule:
- cron: '0 0 * * 5'

jobs:
build_and_test:
Expand Down

0 comments on commit 979938b

Please sign in to comment.