mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-04-05 11:40:46 +08:00
reset Doxygen CI to only execute on master branch
This commit is contained in:
8
.github/workflows/gh-pages.yml
vendored
8
.github/workflows/gh-pages.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user