ci: dont run checks on pushes, only PRs
This commit is contained in:
2
.github/workflows/build-full.yml
vendored
2
.github/workflows/build-full.yml
vendored
@@ -1,8 +1,6 @@
|
||||
name: Check Full
|
||||
|
||||
on:
|
||||
push:
|
||||
#branches: [ "main" ]
|
||||
pull_request:
|
||||
#branches: [ "main" ]
|
||||
|
||||
|
||||
2
.github/workflows/build-wayland-openvr.yml
vendored
2
.github/workflows/build-wayland-openvr.yml
vendored
@@ -1,8 +1,6 @@
|
||||
name: Check Wayland+OpenVR
|
||||
|
||||
on:
|
||||
push:
|
||||
#branches: [ "main" ]
|
||||
pull_request:
|
||||
#branches: [ "main" ]
|
||||
|
||||
|
||||
2
.github/workflows/build-wayland-openxr.yml
vendored
2
.github/workflows/build-wayland-openxr.yml
vendored
@@ -1,8 +1,6 @@
|
||||
name: Check Wayland+OpenXR
|
||||
|
||||
on:
|
||||
push:
|
||||
#branches: [ "main" ]
|
||||
pull_request:
|
||||
#branches: [ "main" ]
|
||||
|
||||
|
||||
2
.github/workflows/build-x11-openvr.yml
vendored
2
.github/workflows/build-x11-openvr.yml
vendored
@@ -1,8 +1,6 @@
|
||||
name: Check X11+OpenVR
|
||||
|
||||
on:
|
||||
push:
|
||||
#branches: [ "main" ]
|
||||
pull_request:
|
||||
#branches: [ "main" ]
|
||||
|
||||
|
||||
2
.github/workflows/build-x11-openxr.yml
vendored
2
.github/workflows/build-x11-openxr.yml
vendored
@@ -1,8 +1,6 @@
|
||||
name: Check X11+OpenXR
|
||||
|
||||
on:
|
||||
push:
|
||||
#branches: [ "main" ]
|
||||
pull_request:
|
||||
#branches: [ "main" ]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user