Fix SnapComponent applied even if disabled #303
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: "Win64 MSVC Vulkan Release" | |
| on: | |
| workflow_dispatch: | |
| push: | |
| branches: [ "master" ] | |
| paths: | |
| - '**/*.vcxproj' | |
| - '**/*.h' | |
| - '**/*.hpp' | |
| - '**/*.c' | |
| - '**/*.cpp' | |
| - '**/*.inl' | |
| - '**/*.hlsli' | |
| - '**/*.hlsl.h' | |
| pull_request: | |
| branches: [ "master" ] | |
| paths: | |
| - '**/*.vcxproj' | |
| - '**/*.h' | |
| - '**/*.hpp' | |
| - '**/*.c' | |
| - '**/*.cpp' | |
| - '**/*.inl' | |
| - '**/*.hlsli' | |
| - '**/*.hlsl.h' | |
| jobs: | |
| build: | |
| uses: ./.github/workflows/Build_Target_vs2022.yml | |
| with: | |
| build_platform: "Win64 MSVC Vulkan" | |
| build_configuration: "Release" | |
| secrets: | |
| DISCORD_BUILD_WEBHOOK_URL: ${{ secrets.DISCORD_BUILD_WEBHOOK_URL }} |