ci: dont run checks on pushes, only PRs

This commit is contained in:
galister
2024-04-14 18:58:48 +09:00
parent 42aef89822
commit be81c344d3
5 changed files with 0 additions and 10 deletions

View File

@@ -1,8 +1,6 @@
name: Check Full
on:
push:
#branches: [ "main" ]
pull_request:
#branches: [ "main" ]

View File

@@ -1,8 +1,6 @@
name: Check Wayland+OpenVR
on:
push:
#branches: [ "main" ]
pull_request:
#branches: [ "main" ]

View File

@@ -1,8 +1,6 @@
name: Check Wayland+OpenXR
on:
push:
#branches: [ "main" ]
pull_request:
#branches: [ "main" ]

View File

@@ -1,8 +1,6 @@
name: Check X11+OpenVR
on:
push:
#branches: [ "main" ]
pull_request:
#branches: [ "main" ]

View File

@@ -1,8 +1,6 @@
name: Check X11+OpenXR
on:
push:
#branches: [ "main" ]
pull_request:
#branches: [ "main" ]