From 38139b07d855e0692b42be6214f494eeb595e517 Mon Sep 17 00:00:00 2001 From: Jeff MAURY Date: Mon, 22 Mar 2021 18:52:19 +0100 Subject: [PATCH] chore: Switch to main branch Signed-off-by: Jeff MAURY --- .github/workflows/IJ.yml | 4 ++-- .github/workflows/ci.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/IJ.yml b/.github/workflows/IJ.yml index a2fa537..adece19 100644 --- a/.github/workflows/IJ.yml +++ b/.github/workflows/IJ.yml @@ -5,9 +5,9 @@ name: Validate against IJ versions on: push: - branches: [ master ] + branches: [ main ] pull_request: - branches: [ master ] + branches: [ main ] jobs: validate: diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 081a03e..caa5e14 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,9 +5,9 @@ name: Java CI with Gradle on: push: - branches: [ master ] + branches: [ main ] pull_request: - branches: [ master ] + branches: [ main ] jobs: build-linux: