Update CodeQL workflow to trigger on version tags only

This commit is contained in:
GitHub
2025-12-21 10:36:57 +08:00
parent ae5523c3de
commit 0948ac3266

View File

@@ -13,11 +13,8 @@ name: "CodeQL Advanced"
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
schedule:
- cron: '43 13 * * 0'
tags:
- v[0-9]+.*
jobs:
analyze: