make windows-clang.yml reusable

This commit is contained in:
MihailRis 2025-12-04 01:54:40 +03:00 committed by ShiftyX1
parent 9d05d7c725
commit 6becd2f5b5
2 changed files with 1 additions and 1 deletions

View File

@ -5,6 +5,7 @@ on:
branches: [ "main", "release-**"] branches: [ "main", "release-**"]
# pull_request: # pull_request:
# branches: [ "main", "dev" ] # branches: [ "main", "dev" ]
workflow_call:
jobs: jobs:
build-windows: build-windows:

View File

@ -5,7 +5,6 @@ on:
branches: [ "main", "release-**"] branches: [ "main", "release-**"]
# pull_request: # pull_request:
# branches: [ "main", "dev" ] # branches: [ "main", "dev" ]
workflow_call:
jobs: jobs:
build-windows: build-windows: