Only run push actions for main branch

This commit is contained in:
momo5502
2026-01-01 11:37:29 +01:00
parent 9a7b9e553d
commit f75929a3a4

View File

@@ -3,7 +3,7 @@ name: Build
on: on:
push: push:
branches: branches:
- "**" - "main"
pull_request: pull_request:
branches: branches:
- "**" - "**"