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
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
push:
|
||||
branches:
|
||||
- "main"
|
||||
branches: [ master ]
|
||||
pull_request:
|
||||
branches: [ master ]
|
||||
|
||||
jobs:
|
||||
documentation:
|
||||
|
|
|
|||
Loading…
Reference in a new issue