From 293731a773daf484e9286a5ec171e321bef7be9a Mon Sep 17 00:00:00 2001 From: Guiheux Steven Date: Fri, 8 Sep 2023 15:32:43 +0200 Subject: [PATCH 1/3] save --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index dcd6696..53755f5 100644 --- a/README.md +++ b/README.md @@ -1 +1,2 @@ # cds-as-code +:) \ No newline at end of file From b691baa7b220d3edfbcc15ce4434dcfded068aa0 Mon Sep 17 00:00:00 2001 From: Guiheux Steven Date: Fri, 8 Sep 2023 15:33:36 +0200 Subject: [PATCH 2/3] Update blank.yml --- .github/workflows/blank.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/blank.yml b/.github/workflows/blank.yml index 6bb4ed4..7abeb7a 100644 --- a/.github/workflows/blank.yml +++ b/.github/workflows/blank.yml @@ -7,8 +7,7 @@ on: # Triggers the workflow on push or pull request events but only for the "main" branch push: branches: [ "main" ] - pull_request: - types: [opened, reopened] + # Allows you to run this workflow manually from the Actions tab workflow_dispatch: From 69793388198148ded8b3414590e987696ea42536 Mon Sep 17 00:00:00 2001 From: Guiheux Steven Date: Fri, 8 Sep 2023 17:15:08 +0200 Subject: [PATCH 3/3] Update blank.yml --- .github/workflows/blank.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/blank.yml b/.github/workflows/blank.yml index 7abeb7a..1666bf3 100644 --- a/.github/workflows/blank.yml +++ b/.github/workflows/blank.yml @@ -7,6 +7,8 @@ on: # Triggers the workflow on push or pull request events but only for the "main" branch push: branches: [ "main" ] + pull_request_target: + types: [assigned, opened, synchronize, reopened] # Allows you to run this workflow manually from the Actions tab