From 0c2c021f8fdd134d45a2fe1d4a017e201eb554c7 Mon Sep 17 00:00:00 2001 From: Izuco Date: Sat, 15 Jan 2022 16:34:54 +0100 Subject: [PATCH] Update on trigger --- .github/workflows/auto-documentation.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/auto-documentation.yml b/.github/workflows/auto-documentation.yml index 821e473..363ba00 100644 --- a/.github/workflows/auto-documentation.yml +++ b/.github/workflows/auto-documentation.yml @@ -1,10 +1,10 @@ name: auto-documentation on: - pull_request: push: - branches: - - "main" + branches: [ master ] + pull_request: + branches: [ master ] jobs: documentation: