Skip to content

Commit 0e72186

Browse files
✨ Create required scripts file and other workflow files
1 parent b013198 commit 0e72186

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/docs.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ name: Documentation
33
on:
44
push:
55
branches: [ main, develop ]
6+
tags:
7+
- 'v*.*.*'
68
paths:
79
- 'docs/**'
810
- '**.md'

.github/workflows/security.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ jobs:
223223
security-summary:
224224
name: Security Summary
225225
runs-on: ubuntu-latest
226-
needs: [docker-scan, dockerfile-lint, dependency-check, security-policy, license-check]
226+
needs: [docker-scan, dockerfile-lint, security-policy, license-check]
227227
if: always()
228228

229229
steps:

0 commit comments

Comments
 (0)