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

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


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

commit 3099c75fc82bca23f18822ed13007720cc53ee5a
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Apr 3 06:52:46 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 5bbb3052..cd0f4527 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