Skip to content

Commit

Permalink
Update double quotes with single quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
thelovekesh committed Feb 20, 2024
1 parent 317e7c7 commit a085b32
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ on:
push:
# Only run if JS files changed.
paths:
- "**.js"
- '**.js'
branches:
- trunk
- "release/**"
- 'release/**'
pull_request:
# Only run if JS files changed.
paths:
- "**.js"
- '**.js'

jobs:
analyze:
Expand Down

0 comments on commit a085b32

Please sign in to comment.