Reduced the execution of tests and lint actions on pull requests (#143)

This change will change the pipline to limit duplicat execution of tests
and lint actions in pull requests to save computing time.
This commit is contained in:
2023-09-23 09:22:14 +02:00
committed by GitHub
parent 495cd90d85
commit 286636dfa4
4 changed files with 6 additions and 0 deletions

View File

@ -5,6 +5,7 @@ on:
branches:
- main
pull_request:
types: [opened, reopened, synchronize]
jobs:
doc-build: