1
0
mirror of https://github.com/XFox111/easylogon-web.git synced 2026-07-02 19:52:45 +03:00

build(ci): phasing out "next" branch

This commit is contained in:
2026-05-16 10:06:07 +00:00
parent 1d0985df79
commit 506d00344f
4 changed files with 10 additions and 14 deletions
+2 -2
View File
@@ -13,7 +13,7 @@ name: "CodeQL Advanced"
on:
push:
branches: [ "main", "next" ]
branches: [ "main" ]
paths-ignore:
- '**.md'
- 'LICENSE'
@@ -21,7 +21,7 @@ on:
- '.vscode/*'
pull_request:
# The branches below must be a subset of the branches above
branches: [ "main", "next" ]
branches: [ "main" ]
paths-ignore:
- '**.md'
- 'LICENSE'