CI: trigger on tags too

This commit is contained in:
Scott Talbert
2024-09-04 20:42:16 -04:00
parent 6d9c248d3f
commit 161e554d5a

View File

@@ -12,6 +12,8 @@ on:
branches: [ 'master' ]
pull_request:
branches: [ 'master' ]
tags:
- '*'
# Also allow manual triggering (via web ui)
workflow_dispatch: