Only allow builds on branches (and not tags), as tags are built during the deployment

This commit is contained in:
smallmodel 2023-11-29 18:18:30 +01:00
parent 7736966dc1
commit 3f86381541
No known key found for this signature in database
GPG key ID: 9F2D623CEDF08512

View file

@ -2,6 +2,8 @@ name: Build
on:
push:
branches:
- '*'
pull_request:
workflow_call: