Skip to content

Adding Image groups #4740

Adding Image groups

Adding Image groups #4740

name: Continuous Integration
on:
push:
branches:
- master
- develop
# Skip jobs when only documentation files are changed
paths-ignore:
- '**.md'
- '**.rst'
- '**.db'
- 'docs/**'
pull_request:
paths-ignore:
- '**.md'
- '**.rst'
- '**.db'
- 'docs/**'
jobs:
build-linux:
uses: ./.github/workflows/build-linux.yml
secrets: inherit
build-windows:
uses: ./.github/workflows/build-windows.yml
secrets: inherit