From 17193761ee3b299ffdd580c86fffc88dd9f65570 Mon Sep 17 00:00:00 2001 From: Oscar Dowson Date: Fri, 18 Oct 2024 15:15:54 +1300 Subject: [PATCH] Build documentation on push to main --- .github/workflows/documentation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 09e7faa..bf050c5 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -1,7 +1,7 @@ name: Documentation on: push: - branches: [master] + branches: [main] tags: '*' pull_request: types: [opened, synchronize, reopened]