run workflows on any branches

This commit is contained in:
Анатолий 2025-01-25 00:34:07 +06:00
parent 6b699fcae0
commit d264bbf796
4 changed files with 4 additions and 4 deletions

View file

@ -9,7 +9,7 @@ on:
description: "Tag for the release (optional)"
push:
branches:
- master
- '*'
env:
OutputArch: "linux-64"

View file

@ -9,7 +9,7 @@ on:
description: "Tag for the release (optional)"
push:
branches:
- master
- '*'
env:
OutputArch: "macos-64"

View file

@ -9,7 +9,7 @@ on:
description: "Tag for the release (optional)"
push:
branches:
- master
- '*'
env:
OutputArch: "windows-64"

View file

@ -9,7 +9,7 @@ on:
description: "Tag for the release (optional)"
push:
branches:
- master
- '*'
env:
OutputArch: "windows-64"