From 8e1e5c9a669cb03e9a7e1b903cec32decf29b6fb Mon Sep 17 00:00:00 2001 From: Rob Hogan Date: Wed, 9 Feb 2022 12:17:56 +0000 Subject: [PATCH] Change actions trigger to use `main` branch This hasn't been updated since we renamed from `master`, and resulted in deploy not triggering. --- .github/workflows/deploy-website.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-website.yml b/.github/workflows/deploy-website.yml index b4e6668530..c84ac64cf1 100644 --- a/.github/workflows/deploy-website.yml +++ b/.github/workflows/deploy-website.yml @@ -3,7 +3,7 @@ name: Deploy on: push: branches: - - "master" + - "main" paths: - "docs/**" - "website/**"