From 651b42263be270282dee6689a548b109ab369ea4 Mon Sep 17 00:00:00 2001 From: Adria Navarro Date: Thu, 14 Dec 2023 11:05:05 +0100 Subject: [PATCH] Add comment --- .github/workflows/deploy-featurebranch.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-featurebranch.yml b/.github/workflows/deploy-featurebranch.yml index d177d88a2f..b3463b4ccd 100644 --- a/.github/workflows/deploy-featurebranch.yml +++ b/.github/workflows/deploy-featurebranch.yml @@ -4,7 +4,7 @@ on: pull_request: types: [ labeled, - # default types + # default types (https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#pull_request) opened, synchronize, reopened,