Skip to content

Commit

Permalink
Fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
apriha committed Mar 20, 2024
1 parent 588b869 commit d978816
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,11 @@ on:
schedule:
- cron: '37 3 * * 0'
push:
branches: '**'
branches:
- '**'
pull_request:
branches: '**'
branches:
- '**'

jobs:
enable-workflow:
Expand Down

0 comments on commit d978816

Please sign in to comment.