Skip to content

Commit

Permalink
update the GH action paths
Browse files Browse the repository at this point in the history
  • Loading branch information
dorbanianas committed Dec 8, 2024
1 parent 4e9198d commit 17509cb
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions .github/workflows/MainDistributionPipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,18 @@
# This workflow calls the main distribution pipeline from DuckDB to build, test and (optionally) release the extension
#
name: Main Extension Distribution Pipeline
on:
push:
push:
branches:
- main
paths-ignore:
- .github/**
- docs/**
- scripts/**
- '**/*'
paths:
- 'duckdb/**'
- 'extension-ci-tools/**'
- 'src/**'
- 'CMakelists.txt'
- 'extension_config.cmake'


concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.head_ref || '' }}-${{ github.base_ref || '' }}-${{ github.ref != 'refs/heads/main' || github.sha }}
Expand Down

0 comments on commit 17509cb

Please sign in to comment.