Skip to content

Commit ba82fe6

Browse files
committed
Adjust workflows for 1.x branch support
1 parent 1af46b6 commit ba82fe6

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
@@ -3,9 +3,9 @@ permissions: {}
33

44
on:
55
push:
6-
branches: [main]
6+
branches: [backport-1.x]
77
pull_request:
8-
branches: [main]
8+
branches: [backport-1.x]
99
workflow_dispatch:
1010

1111
jobs:

.github/workflows/benchmarks.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ permissions: {}
33

44
on:
55
push:
6-
branches: [main]
6+
branches: [backport-1.x]
77
pull_request:
8-
branches: [main]
8+
branches: [backport-1.x]
99
workflow_dispatch:
1010
inputs:
1111
commit_ref:

.github/workflows/bigendian.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ permissions: {}
33

44
on:
55
push:
6-
branches: [main]
6+
branches: [backport-1.x]
77
pull_request:
8-
branches: [main]
8+
branches: [backport-1.x]
99
workflow_dispatch:
1010

1111
jobs:

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ permissions: {}
33

44
on:
55
push:
6-
branches: [main]
6+
branches: [backport-1.x]
77
pull_request:
8-
branches: [main]
8+
branches: [backport-1.x]
99
workflow_dispatch:
1010

1111
jobs:

.github/workflows/large.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ permissions: {}
33

44
on:
55
push:
6-
branches: [main]
6+
branches: [backport-1.x]
77
pull_request:
8-
branches: [main]
8+
branches: [backport-1.x]
99
workflow_dispatch:
1010

1111
jobs:

.github/workflows/wheels.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ permissions: {}
33

44
on:
55
push:
6-
branches: [main]
6+
branches: [backport-1.x]
77
tags:
88
- '*'
99
pull_request:
10-
branches: [main]
10+
branches: [backport-1.x]
1111
workflow_dispatch:
1212

1313
jobs:

0 commit comments

Comments
 (0)