ci: Limit build jobs to main branch
All checks were successful
/ build (push) Successful in 1m6s

This commit is contained in:
Rahix 2025-05-22 21:29:29 +02:00
parent 7762dbe80f
commit 3fae6a2b7c

View file

@ -1,5 +1,8 @@
on:
push:
branches:
- 'main'
- 'poc'
jobs:
build: