Skip to content

Commit dc60724

Browse files
ci: Update actions to run on backport and future version branches
Signed-off-by: Edgar Ramírez Mondragón <edgarrm358@gmail.com>
1 parent 75564b7 commit dc60724

6 files changed

Lines changed: 18 additions & 6 deletions

File tree

.github/workflows/benchmark.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ on:
88
- uv.lock
99
- .github/workflows/benchmark.yml
1010
push:
11-
branches: [main]
11+
branches:
12+
- main
13+
- 'v*'
1214
paths:
1315
- src/**
1416
- tests/benchmarks/**

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ name: "CodeQL"
88

99
on:
1010
push:
11-
branches: [ "main" ]
11+
branches:
12+
- main
13+
- 'v*'
1214
paths:
1315
- .github/workflows/codeql-analysis.yml
1416
- '**.py' # Any Python file

.github/workflows/integration_tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ on:
1111
- .github/workflows/integration_tests.yml
1212
- .github/workflows/resources/constraints.txt
1313
push:
14-
branches: [main]
14+
branches:
15+
- main
16+
- 'v*'
1517
paths:
1618
- src/**
1719
- integration/example-library/**

.github/workflows/lint_snowplow_schemas.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ on:
55
paths:
66
- 'src/meltano/core/tracking/iglu-client-embedded/**'
77
push:
8-
branches: [main]
8+
branches:
9+
- main
10+
- 'v*'
911
paths:
1012
- 'src/meltano/core/tracking/iglu-client-embedded/**'
1113
workflow_dispatch:

.github/workflows/run-zizmor.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@ name: GitHub Actions Security Analysis with zizmor 🌈
22

33
on:
44
push:
5-
branches: ["main"]
5+
branches:
6+
- main
7+
- 'v*'
68
pull_request:
79
branches: ["**"]
810

.github/workflows/test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ on:
1313
- .github/workflows/resources/docker-compose.mssql.yaml
1414
- .github/workflows/resources/docker-compose.postgres.yaml
1515
push:
16-
branches: [main]
16+
branches:
17+
- main
18+
- 'v*'
1719
paths:
1820
- src/**
1921
- tests/**

0 commit comments

Comments
 (0)