We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccc013e commit ca122e0Copy full SHA for ca122e0
2 files changed
.github/workflows/doxygen.yml
@@ -3,7 +3,8 @@ name: "Documentation"
3
on:
4
push:
5
branches:
6
- - 'master'
+ - master
7
+ - main
8
9
jobs:
10
doxygen:
@@ -31,4 +32,3 @@ jobs:
31
32
build_dir: build/html
33
env:
34
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
-
.github/workflows/main.yml
@@ -2,7 +2,9 @@ name: "CI: Test"
2
- branches: [ $default-branch ]
+ branches:
paths-ignore:
- "**.md"
pull_request:
0 commit comments