From 36ce6f17818a47065b32bafc49d85cf6eab94152 Mon Sep 17 00:00:00 2001 From: Luan Nico Date: Mon, 24 May 2021 17:50:08 -0400 Subject: [PATCH] Fix Github actions to run on the new master branch (#819) --- .github/workflows/cicd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 187ba7002..707e7af42 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -3,7 +3,7 @@ name: cicd on: push: branches: - - master + - main pull_request: types: [opened, reopened, synchronize]