From 68dbbf75ed9438f4375bd5e6dd82238bbd8aa5bc Mon Sep 17 00:00:00 2001 From: MichelJuillard Date: Wed, 9 Oct 2024 17:27:20 +0200 Subject: [PATCH] document branch 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 5d7391c..25fddff 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -3,7 +3,7 @@ name: Documentation on: push: branches: - - master # update to match your development branch (master, main, dev, trunk, ...) + - main # update to match your development branch (master, main, dev, trunk, ...) tags: '*' pull_request: