File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ name: "CodeQL Advanced"
1313
1414on :
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
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
Original file line number Diff line number Diff line change @@ -4,14 +4,14 @@ name: Deploy static content to Pages
44on :
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
You can’t perform that action at this time.
0 commit comments