.github/workflows/qa-symlink: run only for active branches

Signed-off-by: Patrick Donnelly <pdonnell@ibm.com>
This commit is contained in:
Patrick Donnelly 2026-07-27 09:15:45 -04:00
parent a8817bb61f
commit 59d8a46d4b
No known key found for this signature in database
GPG Key ID: 053758C0A8A3CE2F

View File

@ -2,6 +2,12 @@
name: "Check for missing .qa links"
on:
pull_request:
# Run CI check only for branches which are active and a target for a PR
branches:
- main
- umbrella
- tentacle
- squid
types:
- opened
- synchronize