ci: do not run build on push to all branches

This commit is contained in:
Tine 2024-06-03 21:36:04 +02:00 committed by Tine Jozelj
parent 1d4f7c0f91
commit e936bce9ca

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: