Disable unnecessary workflows
This commit is contained in:
@@ -1,9 +1,6 @@
|
||||
name: reVC conan+cmake
|
||||
on:
|
||||
pull_request:
|
||||
push:
|
||||
release:
|
||||
types: published
|
||||
workflow_dispatch:
|
||||
jobs:
|
||||
build-cmake:
|
||||
strategy:
|
||||
|
||||
@@ -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,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"
|
||||
|
||||
Reference in New Issue
Block a user