diff --git a/.github/workflows/Build-win_x64.yml b/.github/workflows/Build-win_x64.yml index cf4ce41..0413192 100644 --- a/.github/workflows/Build-win_x64.yml +++ b/.github/workflows/Build-win_x64.yml @@ -1,8 +1,9 @@ name: Build Release -push: - tags: - - "Release*" +on: + push: + tags: + - "Release*" jobs: call-build-win_x64-vc: