Update on trigger
This commit is contained in:
parent
9513cead33
commit
0c2c021f8f
1 changed files with 3 additions and 3 deletions
6
.github/workflows/auto-documentation.yml
vendored
6
.github/workflows/auto-documentation.yml
vendored
|
|
@ -1,10 +1,10 @@
|
||||||
name: auto-documentation
|
name: auto-documentation
|
||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
|
||||||
push:
|
push:
|
||||||
branches:
|
branches: [ master ]
|
||||||
- "main"
|
pull_request:
|
||||||
|
branches: [ master ]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
documentation:
|
documentation:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue