reset Doxygen CI to only execute on master branch

This commit is contained in:
Krishna Vedala 2020-05-28 18:39:15 -04:00
parent e3fbc6bc2c
commit 11bb03f255
No known key found for this signature in database
GPG Key ID: BA19ACF8FC8792F7

View File

@ -1,9 +1,8 @@
name: Doxygen CI name: Doxygen CI
on: on:
[push] push:
# push: branches: [master]
# branches: [master]
jobs: jobs:
build: build:
@ -14,8 +13,7 @@ jobs:
submodules: true submodules: true
- name: Install requirements - name: Install requirements
run: | run: |
brew install graphviz ninja brew install graphviz ninja doxygen
brew install doxygen
- name: configure - name: configure
run: cmake -G Ninja -B ./build -S . run: cmake -G Ninja -B ./build -S .
- name: build - name: build