This is an automated email from the ASF dual-hosted git repository. damccorm pushed a commit to branch users/damccorm/whitespaceTrigger in repository https://gitbox.apache.org/repos/asf/beam.git
commit 6ecfc1739325c11347e0c3db8d0f17b7289c1e14 Author: Danny McCormick <[email protected]> AuthorDate: Mon Sep 11 16:59:10 2023 -0400 Fix whitespace triggers --- .github/workflows/beam_PreCommit_Whitespace.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/beam_PreCommit_Whitespace.yml b/.github/workflows/beam_PreCommit_Whitespace.yml index 4443c1d0d1a..d135ea7b33d 100644 --- a/.github/workflows/beam_PreCommit_Whitespace.yml +++ b/.github/workflows/beam_PreCommit_Whitespace.yml @@ -19,10 +19,10 @@ on: push: tags: ['v*'] branches: ['master', 'release-*'] - paths: ['*.md', '*.build.gradle','.github/workflows/beam_PreCommit_Whitespace.yml'] + paths: ['**.md', '**.build.gradle','.github/workflows/beam_PreCommit_Whitespace.yml'] pull_request_target: branches: ['master', 'release-*'] - paths: ['*.md', '*.build.gradle'] + paths: ['**.md', '**.build.gradle'] issue_comment: types: [created] schedule:
