Run syn2mas CI as part of main workflows

This commit is contained in:
Hugh Nimmo-Smith
2023-10-04 18:06:49 +01:00
committed by Quentin Gliech
parent 0617969927
commit 74d0910eed
4 changed files with 24 additions and 15 deletions

View File

@@ -3,12 +3,8 @@ name: Build and deploy the documentation
on:
push:
branches: [ main ]
paths-ignore:
- 'tools/**'
pull_request:
branches: [ main ]
paths-ignore:
- 'tools/**'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}