From a84b5d34cdb33483da1f18a11ec8fb9c90635853 Mon Sep 17 00:00:00 2001 From: Olivier Dragon Date: Sun, 27 Mar 2022 15:46:18 -0400 Subject: [PATCH] Update workflow branch name from master to main --- .github/workflows/luacheck.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/luacheck.yml b/.github/workflows/luacheck.yml index 06f3657..dc66c52 100644 --- a/.github/workflows/luacheck.yml +++ b/.github/workflows/luacheck.yml @@ -4,11 +4,11 @@ name: luacheck # Controls when the workflow will run on: - # Triggers the workflow on push or pull request events but only for the master branch + # Triggers the workflow on push or pull request events but only for the main branch push: - branches: [ master ] + branches: [ main ] pull_request: - branches: [ master ] + branches: [ main ] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: