mirror of
https://github.com/freedit-org/freedit.git
synced 2026-01-08 20:18:07 -05:00
Update CodeQL workflow to trigger on version tags only
This commit is contained in:
7
.github/workflows/codeql.yml
vendored
7
.github/workflows/codeql.yml
vendored
@@ -13,11 +13,8 @@ name: "CodeQL Advanced"
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ "main" ]
|
tags:
|
||||||
pull_request:
|
- v[0-9]+.*
|
||||||
branches: [ "main" ]
|
|
||||||
schedule:
|
|
||||||
- cron: '43 13 * * 0'
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
analyze:
|
analyze:
|
||||||
|
|||||||
Reference in New Issue
Block a user