From 13688c4e86ba5da938b52a04c74bf10cc8250cf3 Mon Sep 17 00:00:00 2001 From: Andrew Smith Date: Fri, 24 Nov 2023 12:25:00 +0000 Subject: [PATCH] chore: update github workflow with correct branch (#74) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 271f5f1..52b124e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,7 +3,7 @@ name: CI/CD on: push: branches: - - main + - master pull_request: workflow_dispatch: