Skip to content
This repository was archived by the owner on Jul 2, 2025. It is now read-only.

Commit 6385ba2

Browse files
authored
Build on main, tags, and PRs (#293)
As is this builds on any push and also any PR. This results in double workflows on PRs.
1 parent 6956880 commit 6385ba2

File tree

4 files changed

+36
-4
lines changed

4 files changed

+36
-4
lines changed

.github/workflows/build-aarch64.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
name: Build ARM64 wheel
22

3-
on: [push, pull_request]
3+
on:
4+
push:
5+
branches:
6+
- main
7+
tags:
8+
- '**'
9+
pull_request:
10+
branches:
11+
- '**'
412

513
jobs:
614
build_wheels:

.github/workflows/build-m1-wheel.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
name: Build M1 Wheels
22

3-
on: [push, pull_request]
3+
on:
4+
push:
5+
branches:
6+
- main
7+
tags:
8+
- '**'
9+
pull_request:
10+
branches:
11+
- '**'
412

513
jobs:
614
build_wheels:

.github/workflows/build-test.yaml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
name: Build and Test C++, Javascript, and Python
22

3-
on: [push, pull_request]
3+
on:
4+
push:
5+
branches:
6+
- main
7+
tags:
8+
- '**'
9+
pull_request:
10+
branches:
11+
- '**'
412

513
jobs:
614
build_wheels:

.github/workflows/build-wheels.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
name: Build wheels
22

3-
on: [push, pull_request]
3+
on:
4+
push:
5+
branches:
6+
- main
7+
tags:
8+
- '**'
9+
pull_request:
10+
branches:
11+
- '**'
412

513
jobs:
614
build_wheels:

0 commit comments

Comments
 (0)