From f3fbf00113d0b228a558fe060e9c81aa257cdb2d Mon Sep 17 00:00:00 2001 From: Tim van Dijen <tvdijen@gmail.com> Date: Thu, 14 Jul 2022 22:45:16 +0200 Subject: [PATCH] Fix release branches --- .github/workflows/documentation.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 9a4feec0a..16bfce3eb 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -2,11 +2,11 @@ name: Documentation on: push: - branches: [ master, release-* ] + branches: [ master, simplesamlphp-* ] paths: - '**.md' pull_request: - branches: [ master, release-* ] + branches: [ master, simplesamlphp-* ] paths: - '**.md' -- GitLab