mirror of
https://github.com/charles-lunarg/vk-bootstrap.git
synced 2024-11-22 07:24:34 +00:00
Stop CI from running on Pull Request
This is my mitigation against site-wide attacks. vk-bootstrap is a low update repo, so its fine to only trigger CI on demand.
This commit is contained in:
parent
85aac8d51c
commit
d5d2d6d15e
4
.github/workflows/ci_build.yml
vendored
4
.github/workflows/ci_build.yml
vendored
@ -18,7 +18,7 @@
|
||||
|
||||
name: CI Build
|
||||
|
||||
on: [push, pull_request]
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
linux-build:
|
||||
@ -82,4 +82,4 @@ jobs:
|
||||
run: cmake -Bbuild -DVK_BOOTSTRAP_TEST=ON -DCMAKE_BUILD_TYPE=Debug
|
||||
|
||||
- name: CMake Build
|
||||
run: cmake --build build
|
||||
run: cmake --build build
|
||||
|
Loading…
Reference in New Issue
Block a user