Skip to content

Commit

Permalink
Update codeql.yml
Browse files Browse the repository at this point in the history
use double-asterisk wildcard instead of single-asterisk

Signed-off-by: esiayo <[email protected]>
  • Loading branch information
vapidinfinity authored Nov 8, 2024
1 parent 8f308f4 commit d0f9507
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ on:
push:
branches:
- "main"
- "*ci*"
- "*fix*"
- "**ci**"
- "**fix**"
paths-ignore:
- '**/Localizable.xcstrings'
pull_request:
branches:
- "main"
- "*ci*"
- "*fix*"
- "**ci**"
- "**fix**"
schedule:
- cron: '19 17 * * 3'

Expand Down

0 comments on commit d0f9507

Please sign in to comment.