From e796d777450962ad4e6dafa87bca8f377d4e5f0d Mon Sep 17 00:00:00 2001 From: Kevin Pedro Date: Mon, 15 Jul 2024 12:31:28 -0500 Subject: [PATCH] master -> main --- .github/workflows/simple_action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/simple_action.yml b/.github/workflows/simple_action.yml index 254ca8e..6a44d17 100644 --- a/.github/workflows/simple_action.yml +++ b/.github/workflows/simple_action.yml @@ -6,9 +6,9 @@ name: SimpleAction # events but only for the master branch on: push: - branches: [ master ] + branches: [ main ] pull_request: - branches: [ master ] + branches: [ main ] # Environment variables at the global scope env: