This is an automated email from the ASF dual-hosted git repository. jonnybot pushed a commit to branch INDY-PERF-EXPLORATION in repository https://gitbox.apache.org/repos/asf/groovy.git
commit b30ab58401a19df39323372acabc3621568d0600 Author: Jonny Carter <[email protected]> AuthorDate: Mon Feb 2 01:36:21 2026 -0600 Add push hook to trigger wf --- .github/workflows/groovy-performance.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/groovy-performance.yml b/.github/workflows/groovy-performance.yml index 19589d03e9..d473937a25 100644 --- a/.github/workflows/groovy-performance.yml +++ b/.github/workflows/groovy-performance.yml @@ -36,6 +36,11 @@ on: - 'src/main/**/runtime/**' - 'src/main/**/vmplugin/**' - 'subprojects/performance/**' + push: + paths: + - 'src/main/**/runtime/**' + - 'src/main/**/vmplugin/**' + - 'subprojects/performance/**' permissions: contents: read
