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 6, 2024
1 parent b8fa259 commit 714825d
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 @@ -5,8 +5,12 @@ name: Multi-platform Python/C++ build/test
on:
push:
branches: [ "main" ]
paths-ignore:
- '.github/workflows/publish*.yml'
pull_request:
branches: [ "main" ]
paths-ignore:
- '.github/workflows/publish*.yml'

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

0 comments on commit 714825d

Please sign in to comment.