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