Run Mac build workflow when a tag is created

This commit is contained in:
Magne Sjaastad
2026-06-16 11:50:56 +02:00
parent 8c17130714
commit 602415e86d
+3
View File
@@ -2,6 +2,9 @@ name: ResInsight Mac Build
on:
workflow_dispatch:
push:
tags:
- '*'
schedule:
# 02:00 UTC daily, offset from ResInsightWithCache.yml's 01:00 slot
# so the two workflows do not contend for the same Actions runners.