Skip to content

Commit

Permalink
Excluded pure docs changes to trigger the code build (as we had dedic…
Browse files Browse the repository at this point in the history
…ated pipelines for docs)
  • Loading branch information
oskardudycz committed Aug 9, 2023
1 parent dbd587e commit bc255de
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/on-push-do-ci-build-pg10.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ on:
- master
paths-ignore:
- 'documentation/**'
- 'docs/**'

env:
config: Release
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/on-push-do-ci-build-pg11.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ on:
- master
paths-ignore:
- 'documentation/**'
- 'docs/**'

env:
config: Release
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/on-push-do-ci-build-pg12.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ on:
- master
paths-ignore:
- 'documentation/**'
- 'docs/**'

env:
config: Release
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/on-push-do-ci-build-pg9.6.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ on:
- master
paths-ignore:
- 'documentation/**'
- 'docs/**'

env:
config: Release
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/on-push-do-ci-build-systemtextjson.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ on:
- master
paths-ignore:
- 'documentation/**'
- 'docs/**'

env:
config: Release
Expand Down
4 changes: 4 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ trigger:
branches:
include:
- master
paths:
exclude:
- docs/*
- documentation/*

pr:
- master
Expand Down

0 comments on commit bc255de

Please sign in to comment.