Skip to content

Commit f519a53

Browse files
Exclude 'docs-changelog-details' from builds
Excluded branch 'docs-changelog-details' in the azure-pipelines and appveyor build files for Ubuntu, Windows, and macOS. This change prevents unnecessary builds when updates are made to detailed documentation, saving resources and time.
1 parent 562a803 commit f519a53

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

appveyor.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ branches:
1010
# blacklist
1111
except:
1212
- gh-pages
13+
- docs-changelog-details
1314

1415
pull_requests:
1516
do_not_increment_build_number: true

azure-pipelines.Ubuntu.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ trigger:
44
- master
55
exclude:
66
- gh-pages
7+
- docs-changelog-details
78

89
name: $(Year:yyyy).$(Month).$(DayOfMonth)$(Rev:.r)
910

azure-pipelines.Windows.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ trigger:
44
- master
55
exclude:
66
- gh-pages
7+
- docs-changelog-details
78

89
name: $(Year:yyyy).$(Month).$(DayOfMonth)$(Rev:.r)
910

azure-pipelines.macOS.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ trigger:
44
- master
55
exclude:
66
- gh-pages
7+
- docs-changelog-details
78

89
name: $(Year:yyyy).$(Month).$(DayOfMonth)$(Rev:.r)
910

0 commit comments

Comments
 (0)