Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions .github/workflows/applicationTests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,21 @@ name: Application Test

on:
push:
paths-ignore:
- 'docs/**'
- '*.md'
- '*.html'
- 'src/main/python/docs/**'
- 'dev/**'
branches:
- master
pull_request:
paths-ignore:
- 'docs/**'
- '*.md'
- '*.html'
- 'src/main/python/docs/**'
- 'dev/**'
branches:
- master

Expand Down
10 changes: 10 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,24 @@ name: Build

on:
push:
paths-ignore:
- 'docs/**'
- '*.md'
- '*.html'
- 'src/main/python/docs/**'
- 'dev/**'
branches:
- master
pull_request:
paths-ignore:
- 'docs/**'
- '*.md'
- '*.html'
- 'src/main/python/docs/**'
- 'dev/**'
branches:
- master

jobs:
build:
runs-on: ${{ matrix.os }}
Expand Down
9 changes: 9 additions & 0 deletions .github/workflows/componentTests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,21 @@ name: Component Test

on:
push:
paths-ignore:
- 'docs/**'
- '*.md'
- '*.html'
- 'src/main/python/docs/**'
- 'dev/**'
branches:
- master
pull_request:
paths-ignore:
- 'docs/**'
- '*.md'
- '*.html'
- 'src/main/python/docs/**'
- 'dev/**'
branches:
- master

Expand Down
7 changes: 5 additions & 2 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,15 @@ name: Documentation

on:
push:
paths-ignore:
- '*.html'
- 'dev/**'
branches:
- master
pull_request:
paths-ignore:
- 'docs/**'
- '*.md'
- '*.html'
- 'dev/**'
branches:
- master

Expand Down
9 changes: 9 additions & 0 deletions .github/workflows/functionsTests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,21 @@ name: Function Test

on:
push:
paths-ignore:
- 'docs/**'
- '*.md'
- '*.html'
- 'src/main/python/docs/**'
- 'dev/**'
branches:
- master
pull_request:
paths-ignore:
- 'docs/**'
- '*.md'
- '*.html'
- 'src/main/python/docs/**'
- 'dev/**'
branches:
- master

Expand Down
9 changes: 9 additions & 0 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,21 @@ name: Python Test

on:
push:
paths-ignore:
- 'docs/**'
- '*.md'
- '*.html'
- 'src/main/python/docs/**'
- 'dev/**'
branches:
- master
pull_request:
paths-ignore:
- 'docs/**'
- '*.md'
- '*.html'
- 'src/main/python/docs/**'
- 'dev/**'
branches:
- master

Expand Down