[gh-actions] No compilation workflows if just docs/htdocs/web-src changed

This commit is contained in:
ejurgensen
2023-10-21 23:27:47 +02:00
parent 986fc55dbd
commit 84042a4514
3 changed files with 36 additions and 7 deletions

View File

@@ -2,9 +2,19 @@ name: MacOS
on:
push:
branches: [ master ]
branches:
- master
paths-ignore:
- 'docs/**'
- 'htdocs/**'
- 'web-src/**'
pull_request:
branches: [ master ]
branches:
- master
paths-ignore:
- 'docs/**'
- 'htdocs/**'
- 'web-src/**'
workflow_dispatch:
jobs: