Skip to content

Commit

Permalink
Fix whitespace triggers (#28401)
Browse files Browse the repository at this point in the history
* Fix whitespace triggers

* Include build.gradle.kts
  • Loading branch information
damccorm authored Sep 12, 2023
1 parent 5ad8ead commit 7cb4371
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/beam_PreCommit_Whitespace.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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', 'build.gradle.kts', '.github/workflows/beam_PreCommit_Whitespace.yml']
pull_request_target:
branches: ['master', 'release-*']
paths: ['*.md', '*.build.gradle']
paths: ['**.md', '**.build.gradle', 'build.gradle.kts']
issue_comment:
types: [created]
schedule:
Expand Down

0 comments on commit 7cb4371

Please sign in to comment.