Skip to content

Commit

Permalink
fix: typo in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelKreil committed Jul 14, 2024
1 parent 3685426 commit 5b7a65d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ name: CI
on:
push:
branches:
- "**"
- '**'
tags:
- "!**" # Don't run twice on commits with tags
- '!**' # Don't run twice on commits with tags
schedule:
- cron "30 6 * * 1"
- cron: '30 6 * * 1'
pull_request:
workflow_dispatch:

Expand Down

0 comments on commit 5b7a65d

Please sign in to comment.