Skip to content

Commit 07d7c19

Browse files
Activate github actions on v1.7.4-est branch PRs
Signed-off-by: MichaelMorris <michael.morris@est.tech>
1 parent 2eb5a81 commit 07d7c19

4 files changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/cifuzz.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
branches:
55
- 'main'
66
- 'release/**'
7+
- 'v1.7.4-est'
78
jobs:
89
smoketest:
910
runs-on: ubuntu-latest

.github/workflows/e2e.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
branches:
77
- 'main'
88
- 'release/**'
9+
- 'v1.7.4-est'
910
jobs:
1011
kind-linux-amd64:
1112
runs-on: ubuntu-latest

.github/workflows/scan.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on:
33
push:
44
branches: [ main ]
55
pull_request:
6-
branches: [ main ]
6+
branches: [ main, v1.7.4-est ]
77
schedule:
88
- cron: '18 10 * * 3'
99
jobs:

.github/workflows/test.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
branches:
77
- 'main'
88
- 'release/**'
9+
- 'v1.7.4-est'
910
jobs:
1011
test-linux-amd64:
1112
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)