dev: trigger workflow on tag push

This commit is contained in:
Ilya Zlobintsev 2024-11-07 22:44:16 +02:00
parent 23abed8ad6
commit 37ed509ba4

View File

@ -3,6 +3,7 @@ name: Build packages
on:
push:
branches: ['master']
tags: '*'
pull_request:
jobs: