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
|
name: Check Full
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
|
||||||
#branches: [ "main" ]
|
|
||||||
pull_request:
|
pull_request:
|
||||||
#branches: [ "main" ]
|
#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
|
name: Check Wayland+OpenVR
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
|
||||||
#branches: [ "main" ]
|
|
||||||
pull_request:
|
pull_request:
|
||||||
#branches: [ "main" ]
|
#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
|
name: Check Wayland+OpenXR
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
|
||||||
#branches: [ "main" ]
|
|
||||||
pull_request:
|
pull_request:
|
||||||
#branches: [ "main" ]
|
#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
|
name: Check X11+OpenVR
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
|
||||||
#branches: [ "main" ]
|
|
||||||
pull_request:
|
pull_request:
|
||||||
#branches: [ "main" ]
|
#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
|
name: Check X11+OpenXR
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
|
||||||
#branches: [ "main" ]
|
|
||||||
pull_request:
|
pull_request:
|
||||||
#branches: [ "main" ]
|
#branches: [ "main" ]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user