Skip to content

Commit be96e7d

Browse files
committed
Adjust workflows for 1.x branch support
1 parent 22bfe48 commit be96e7d

6 files changed

Lines changed: 12 additions & 12 deletions

File tree

.github/workflows/analyzers.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Run analyzers
22

33
on:
44
push:
5-
branches: [main]
5+
branches: [v1.x]
66
pull_request:
7-
branches: [main]
7+
branches: [v1.x]
88
workflow_dispatch:
99

1010
jobs:

.github/workflows/benchmarks.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Benchmarks
22

33
on:
44
push:
5-
branches: [main]
5+
branches: [v1.x]
66
pull_request:
7-
branches: [main]
7+
branches: [v1.x]
88
workflow_dispatch:
99
inputs:
1010
commit_ref:

.github/workflows/bigendian.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Test bigendian
22

33
on:
44
push:
5-
branches: [main]
5+
branches: [v1.x]
66
pull_request:
7-
branches: [main]
7+
branches: [v1.x]
88
workflow_dispatch:
99

1010
jobs:

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Build and Test
22

33
on:
44
push:
5-
branches: [main]
5+
branches: [v1.x]
66
pull_request:
7-
branches: [main]
7+
branches: [v1.x]
88
workflow_dispatch:
99

1010
jobs:

.github/workflows/large.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Run large tests
22

33
on:
44
push:
5-
branches: [main]
5+
branches: [v1.x]
66
pull_request:
7-
branches: [main]
7+
branches: [v1.x]
88
workflow_dispatch:
99

1010
jobs:

.github/workflows/wheels.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ name: Wheels
22

33
on:
44
push:
5-
branches: [main]
5+
branches: [v1.x]
66
tags:
77
- '*'
88
pull_request:
9-
branches: [main]
9+
branches: [v1.x]
1010
workflow_dispatch:
1111

1212
jobs:

0 commit comments

Comments
 (0)