Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieucarbou committed Jan 10, 2025
1 parent 149798e commit eed2a8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ on:
push:
tags: ["v*"]
branches: ["*"]
paths-ignore: ["docs/**", "**/*.md", "**/portal/**", "tools/**", "test/**"]
paths-ignore: ["docs/**", "**/*.md"]
pull_request:
paths-ignore: ["docs/**", "**/*.md", "**/portal/**", "tools/**", "test/**"]
paths-ignore: ["docs/**", "**/*.md"]

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
Expand Down

0 comments on commit eed2a8f

Please sign in to comment.