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:
Charles Giessen 2021-04-05 13:49:58 -06:00 committed by GitHub
parent 85aac8d51c
commit d5d2d6d15e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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