From 9e1bbc165024de9630de823167478ea132b7a577 Mon Sep 17 00:00:00 2001 From: strawberry Date: Sun, 5 May 2024 02:18:15 -0400 Subject: [PATCH] ci: run on new tag pushes Signed-off-by: strawberry --- .github/workflows/ci.yml | 2 ++ .github/workflows/documentation.yml | 2 ++ .github/workflows/trivy.yml | 4 +++- 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 13a97664..352b1387 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,6 +16,8 @@ on: - 'docker/**' branches: - main + tags: + - '*' # Allows you to run this workflow manually from the Actions tab workflow_dispatch: diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index de8087c9..ae0c9a85 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -5,6 +5,8 @@ on: push: branches: - main + tags: + - '*' # Allows you to run this workflow manually from the Actions tab workflow_dispatch: diff --git a/.github/workflows/trivy.yml b/.github/workflows/trivy.yml index 5b4b7248..e045e381 100644 --- a/.github/workflows/trivy.yml +++ b/.github/workflows/trivy.yml @@ -5,6 +5,8 @@ on: push: branches: - main + tags: + - '*' schedule: - cron: '00 12 * * *' @@ -37,4 +39,4 @@ jobs: scan-type: fs format: sarif output: trivy-results.sarif - severity: CRITICAL,HIGH,MEDIUM,LOW \ No newline at end of file + severity: CRITICAL,HIGH,MEDIUM,LOW