From d0df2d028a45131e5b85dce873c0bcc572f6a57d Mon Sep 17 00:00:00 2001 From: Matthew Parkinson Date: Mon, 13 Dec 2021 14:36:12 +0000 Subject: [PATCH] Fix CI branch name. (#442) --- .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 88065d9..264a19f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -4,9 +4,9 @@ name: snmalloc CI on: # Triggers the workflow on push or pull request events but only for the master branch push: - branches: [ master ] + branches: [ main ] pull_request: - branches: [ master, snmalloc2 ] + branches: [ main, snmalloc1 ] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: