Skip to content

Commit 6e026dc

Browse files
Update
1 parent 4530d24 commit 6e026dc

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ name: "CodeQL Advanced"
1313

1414
on:
1515
push:
16-
branches: [ "main" ]
16+
branches: ["main"]
1717
paths-ignore:
1818
- '**/*.md' # .md files anywhere in the repo
1919
- '**/LICENSE' # LICENSE files anywhere in the repo
@@ -26,7 +26,7 @@ on:
2626
- '**/*.ico' # .ico favicon files anywhere in the repo
2727
- '**/*.cursorrules' # .cursorrules files anywhere in the repo
2828
pull_request:
29-
branches: [ "main" ]
29+
branches: ["main"]
3030
paths-ignore:
3131
- '**/*.md' # .md files anywhere in the repo
3232
- '**/LICENSE' # LICENSE files anywhere in the repo

.github/workflows/static.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ name: Deploy static content to Pages
44
on:
55
# Runs on pushes targeting the default branch
66
push:
7-
branches: [ "main" ]
7+
branches: ["main"]
88
paths-ignore:
99
- '**/*.md' # .md files anywhere in the repo
1010
- '**/LICENSE' # LICENSE files anywhere in the repo
1111
- '**/.gitignore' # .gitignore files anywhere in the repo
1212
- '**/*.cursorrules' # .cursorrules files anywhere in the repo
1313
pull_request:
14-
branches: [ "main" ]
14+
branches: ["main"]
1515
paths-ignore:
1616
- '**/*.md' # .md files anywhere in the repo
1717
- '**/LICENSE' # LICENSE files anywhere in the repo

0 commit comments

Comments
 (0)