Skip to content

Commit b013198

Browse files
✨ Create required scripts file and other workflow files
1 parent 91ec5b1 commit b013198

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/security.yaml

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

.github/workflows/test.yaml

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

0 commit comments

Comments
 (0)