This is an automated email from the ASF dual-hosted git repository.

garydgregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-ognl.git


The following commit(s) were added to refs/heads/master by this push:
     new 4d9792c  Fix YAML
4d9792c is described below

commit 4d9792c83e35f6eef8482bfbb450f2b584ff4eb4
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Jul 11 15:16:30 2026 -0400

    Fix YAML
---
 .github/workflows/coverage.yml | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml
index cdccaea..fe6b26e 100644
--- a/.github/workflows/coverage.yml
+++ b/.github/workflows/coverage.yml
@@ -15,13 +15,11 @@
 
 name: Coverage
 
-# on:
-  push:
-    branches:
-      - 'master'
-  pull_request: {}
 on:
-  workflow_dispatch:
+  push:
+    branches-ignore:
+      - dependabot/**
+  pull_request:
 
 permissions:
   contents: read

Reply via email to