From 11bb03f25579c223f848f02a876169c958739bfb Mon Sep 17 00:00:00 2001 From: Krishna Vedala Date: Thu, 28 May 2020 18:39:15 -0400 Subject: [PATCH] reset Doxygen CI to only execute on master branch --- .github/workflows/gh-pages.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index ed43f44ea..700d1a3f7 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -1,9 +1,8 @@ name: Doxygen CI on: - [push] - # push: - # branches: [master] + push: + branches: [master] jobs: build: @@ -14,8 +13,7 @@ jobs: submodules: true - name: Install requirements run: | - brew install graphviz ninja - brew install doxygen + brew install graphviz ninja doxygen - name: configure run: cmake -G Ninja -B ./build -S . - name: build