Skip to content

Commit

Permalink
more places not to built-test with only doc changes
Browse files Browse the repository at this point in the history
  • Loading branch information
gonuke committed Aug 16, 2023
1 parent e13752e commit 3508e97
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mac_build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
- '.github/workflows/housekeeping.yml'
- '.github/workflows/changelog_test.yml'
- 'CI/**'
- 'doc/CHANGELOG.rst'
- 'doc/**'

push:
branches:
Expand All @@ -25,7 +25,7 @@ on:
- '.github/workflows/housekeeping.yml'
- '.github/workflows/changelog_test.yml'
- 'CI/**'
- 'doc/CHANGELOG.rst'
- 'doc/**'

release:
types: # This configuration does not affect the page_build event above
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/windows_build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
- '.github/workflows/housekeeping.yml'
- '.github/workflows/changelog_test.yml'
- 'CI/**'
- 'doc/CHANGELOG.rst'
- 'doc/**'

push:
branches:
Expand All @@ -25,7 +25,7 @@ on:
- '.github/workflows/housekeeping.yml'
- '.github/workflows/changelog_test.yml'
- 'CI/**'
- 'doc/CHANGELOG.rst'
- 'doc/**'

env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 3508e97

Please sign in to comment.