Disable unnecessary workflows

This commit is contained in:
Dima353
2026-07-15 18:01:37 +03:00
parent d290362d87
commit d3fc755c7a
3 changed files with 3 additions and 12 deletions
+1 -4
View File
@@ -1,9 +1,6 @@
name: reVC conan+cmake
on:
pull_request:
push:
release:
types: published
workflow_dispatch:
jobs:
build-cmake:
strategy:
+1 -4
View File
@@ -1,10 +1,7 @@
name: reVC premake amd64
on:
pull_request:
push:
release:
types: published
workflow_dispatch:
env:
GLFW_VER: "3.3.2"
GLFW_BASE: "glfw-3.3.2.bin.WIN64"
+1 -4
View File
@@ -1,10 +1,7 @@
name: reVC premake x86
on:
pull_request:
push:
release:
types: published
workflow_dispatch:
env:
GLFW_VER: "3.3.2"
GLFW_BASE: "glfw-3.3.2.bin.WIN32"