From 04bbdaf44ebe205e99c690084530e240f985fa95 Mon Sep 17 00:00:00 2001 From: Peter Johnson Date: Mon, 14 Oct 2024 23:23:54 -0700 Subject: [PATCH] Update workflow for main branch (#8) --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d644f4c..139d5d7 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -3,10 +3,10 @@ name: CI # Controls when the action will run. Triggers the workflow on push or pull request -# events but only for the master branch +# events but only for the main branch on: push: - branches: [ master ] + branches: [ main ] pull_request: # A workflow run is made up of one or more jobs that can run sequentially or in parallel