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

View File

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

View File

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