Skip to content

Commit a76b1cb

Browse files
authored
ci: auto trigger major workflows on release branches (#1631)
1 parent cb93051 commit a76b1cb

7 files changed

+6
-109
lines changed

.github/workflows/appsec.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ on:
99
- 'internal/appsec/**'
1010
- 'appsec/**'
1111
- 'contrib/**/appsec.go'
12+
push:
13+
branches: release-v*
1214
env:
1315
DD_APPSEC_WAF_TIMEOUT: 5s
1416
GODEBUG: cgocheck=2

.github/workflows/govulncheck.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ on:
33
push:
44
branches:
55
- main
6+
- release-v*
67
schedule:
78
- cron: '00 00 * * *'
89
workflow_dispatch:

.github/workflows/parametric-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- main
7+
- release-v*
78
tags:
89
- "**"
910
pull_request:

.github/workflows/release-candidate.yml

Lines changed: 0 additions & 52 deletions
This file was deleted.

.github/workflows/release-start.yml

Lines changed: 0 additions & 56 deletions
This file was deleted.

.github/workflows/smoke-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55
branches:
66
- main
7-
- release-*
7+
- release-v*
88
tags:
99
- '**'
1010
schedule: # nightly

.github/workflows/system-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- main
7+
- release-v*
78
tags:
89
- "**"
910
pull_request:

0 commit comments

Comments
 (0)