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: on:
push: push:
branches: [ "main" ] tags:
pull_request: - v[0-9]+.*
branches: [ "main" ]
schedule:
- cron: '43 13 * * 0'
jobs: jobs:
analyze: analyze: