ci: do not run build on push to all branches

This commit is contained in:
Tine 2024-06-03 21:36:04 +02:00
parent bc4d1152e1
commit ba0e14772a
Signed by: mentos1386
SSH key fingerprint: SHA256:MNtTsLbihYaWF8j1fkOHfkKNlnN1JQfxEU/rBU8nCGw

View file

@ -4,7 +4,7 @@ on:
- cron: "0 10 * * *" - cron: "0 10 * * *"
push: push:
branches: branches:
- "**" - "main"
tags: tags:
- "v*.*.*" - "v*.*.*"
pull_request: pull_request: