Skip to content

Commit

Permalink
Update ci-cd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
martinjankoehler authored Dec 9, 2024
1 parent dee0240 commit f1b2758
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ on:
- '.github/workflows/publish-reports-github-pages.yml'
- '**.md'
- '*.sh'
- '_quarto.yml'
- 'doc/**'
pull_request:
branches: [ "main" ]
paths-ignore:
Expand All @@ -19,6 +21,8 @@ on:
- '.github/workflows/publish-reports-github-pages.yml'
- '**.md'
- '*.sh'
- '_quarto.yml'
- 'doc/**'

concurrency:
group: ${{ github.repository }}-${{ github.event.number || github.head_ref || github.sha }}-${{ github.workflow }}
Expand Down

0 comments on commit f1b2758

Please sign in to comment.