ci: Fix missing condition for Push Branch. (#103)

Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
Jason Volk
2025-08-05 07:01:13 +00:00
parent c337ea1864
commit 2bdeca0ed3

View File

@@ -280,7 +280,7 @@ jobs:
- name: Push Branch
if: >
!failure() && !cancelled()
&& github.ref == 'refs/heads/main'
&& (github.ref == 'refs/heads/main' || contains(github.ref, 'refs/tags/v'))
env:
ref_name: ${{github.ref_name}}