run CI when pushing to any branch
All checks were successful
Gentoo Utils / build-oci-image (push) Successful in 8s
Gentoo Utils / build (push) Successful in 31s

This commit is contained in:
2025-12-08 22:24:12 +00:00
parent 0366c6234a
commit e06415fb7b

View File

@@ -2,7 +2,8 @@ name: Gentoo Utils
on:
push:
branches: [master]
branches:
'*'
pull_request:
branches: [master]