Skip to content

Commit 4be3d3b

Browse files
authored
Invoke only on nightly or if .yml is modified
1 parent bf3a078 commit 4be3d3b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build_wheel_windows_arm64.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
name: Build Windows ARM64 Wheels
22

33
on:
4-
pull_request:
54
push:
5+
pull_request:
6+
paths:
7+
- .github/workflows/build_wheel_windows_arm64.yml
68
branches:
79
- nightly
8-
- main
910
- release/*
1011
tags:
1112
# NOTE: Binary build pipelines should only get triggered on release candidate builds

0 commit comments

Comments
 (0)