From d5d2d6d15eb40535f6e69b36aa4ac9de1e2a1a71 Mon Sep 17 00:00:00 2001 From: Charles Giessen <46324611+charles-lunarg@users.noreply.github.com> Date: Mon, 5 Apr 2021 13:49:58 -0600 Subject: [PATCH] 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. --- .github/workflows/ci_build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci_build.yml b/.github/workflows/ci_build.yml index 3d9c69c..630e208 100644 --- a/.github/workflows/ci_build.yml +++ b/.github/workflows/ci_build.yml @@ -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 \ No newline at end of file + run: cmake --build build