[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,10 +2,19 @@ name: "CodeQL"
on:
push:
branches: [master, ]
branches:
- master
paths-ignore:
- 'docs/**'
- 'htdocs/**'
- 'web-src/**'
pull_request:
# The branches below must be a subset of the branches above
branches: [master]
branches:
- master
paths-ignore:
- 'docs/**'
- 'htdocs/**'
- 'web-src/**'
schedule:
- cron: '0 19 * * 6'

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:

View File

@ -2,9 +2,19 @@ name: Ubuntu
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: