Skip to content

Commit

Permalink
Fix indentation causing schedule to be inactive
Browse files Browse the repository at this point in the history
  • Loading branch information
whimsical-c4lic0 authored Mar 4, 2024
1 parent 64d8886 commit 31e05ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ on:
push:
branches:
- 'main'
schedule:
- cron: 0 0 * * 0 # Weekly
schedule:
- cron: 0 0 * * 0 # Weekly
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 31e05ab

Please sign in to comment.