[skip ci] Ignore docs on workflows

This commit is contained in:
Dhinak G
2024-09-15 14:28:01 -04:00
parent a1dc492cc9
commit bcca5f8e2a
3 changed files with 6 additions and 0 deletions
+2
View File
@@ -2,6 +2,8 @@ name: CI - Build wxPython
on: on:
push: push:
paths-ignore:
- 'docs/**'
workflow_dispatch: workflow_dispatch:
release: release:
types: [published] types: [published]
+2
View File
@@ -2,6 +2,8 @@ name: CI - Validation (External)
on: on:
push: push:
paths-ignore:
- 'docs/**'
workflow_dispatch: workflow_dispatch:
release: release:
types: [published] types: [published]
+2
View File
@@ -2,6 +2,8 @@ name: CI - Validation
on: on:
push: push:
paths-ignore:
- 'docs/**'
workflow_dispatch: workflow_dispatch:
release: release:
types: [published] types: [published]