From 774c261d1d8b3cc82841d04819d1217552663575 Mon Sep 17 00:00:00 2001 From: Slim Amamou Date: Tue, 18 Mar 2025 14:18:39 +0100 Subject: [PATCH] Added manual CICD workflow --- .github/workflows/cd.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 37a4d21..44a516e 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -5,12 +5,18 @@ on: push: branches: - main - workflow_dispatch: + tags: + - '*' + pull_request: + types: [ opened, reopened, synchronize, labeled ] + workflow_dispatch: ~ + permissions: pull-requests: write id-token: write contents: read packages: write + jobs: # remove-deploy-label: # name: Remove deploy label