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: "ARM64EC MSVC Vulkan Final" | |
| 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: "ARM64EC MSVC Vulkan" | |
| build_configuration: "Final" | |
| secrets: | |
| DISCORD_BUILD_WEBHOOK_URL: ${{ secrets.DISCORD_BUILD_WEBHOOK_URL }} |