ci(verify-make-gen): limit push trigger to master (#8069)

Currently triggered on any branch push in the repo.

Signed-off-by: Ville Vesilehto <ville@vesilehto.fi>
This commit is contained in:
Ville Vesilehto
2026-04-29 07:02:05 +03:00
committed by GitHub
parent a669d74088
commit 99be1c7809

View File

@@ -1,5 +1,9 @@
name: Verify Generated Files
on: [push, pull_request]
on:
push:
branches:
- master
pull_request:
permissions:
contents: read