Ci: do not run jobs for every branch

Signed-off-by: mudler <mudler@localai.io>
This commit is contained in:
mudler
2025-04-12 19:17:28 +02:00
parent 1b2806d139
commit fd12eef074

View File

@@ -3,7 +3,7 @@ name: Run Go Tests
on: on:
push: push:
branches: branches:
- '**' - 'main'
pull_request: pull_request:
branches: branches:
- '**' - '**'