Code change should not trigger doc rebuilding

This commit is contained in:
David PAGNON 2024-10-07 10:32:58 +02:00 committed by GitHub
parent b736789540
commit 822059fb5f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,6 +5,8 @@ on:
# Runs on pushes targeting the default branch
push:
branches: ["main"]
paths-ignore:
- 'Pose2Sim/**'
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch: