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

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


The following commit(s) were added to refs/heads/master by this push:
     new 6d568b01 Run builds only on push to master and pull requests
6d568b01 is described below

commit 6d568b01ae0f85d5a028f74002637876b13c55c8
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Apr 3 06:52:45 2026 -0400

    Run builds only on push to master and pull requests
---
 .github/workflows/codeql-analysis.yml | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/codeql-analysis.yml 
b/.github/workflows/codeql-analysis.yml
index 09727927..600f6848 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -14,7 +14,11 @@
 # limitations under the License.
 
 name: "CodeQL"
-on: [push, pull_request]
+on:
+  push:
+    branches:
+      - 'master'
+  pull_request: {}
 
 permissions:
   contents: read

Reply via email to