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

lukaszlenart pushed a commit to branch fix/main-branch
in repository https://gitbox.apache.org/repos/asf/struts-intellij-plugin.git

commit b7d108de19bc5e1a19d862ef19e875a3fd746886
Author: Lukasz Lenart <lukaszlen...@apache.org>
AuthorDate: Tue Jul 16 10:55:20 2024 +0200

    Uses main instead of master the main branch
---
 .github/workflows/gradle.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml
index 23bfcf9..a2a92fb 100644
--- a/.github/workflows/gradle.yml
+++ b/.github/workflows/gradle.yml
@@ -19,7 +19,7 @@ on:
   pull_request:
   push:
     branches:
-      - master
+      - main
 
 permissions: read-all
 

Reply via email to