diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 13a97664a..352b1387a 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 de8087c9f..ae0c9a857 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 5b4b72485..e045e3815 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