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 * * *"
push:
branches:
- "**"
- "main"
tags:
- "v*.*.*"
pull_request: