We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89a59e3 commit f3af6a4Copy full SHA for f3af6a4
2 files changed
.github/workflows/copyright-check.yml
@@ -17,9 +17,7 @@ name: Copyright check
17
on:
18
push:
19
branches:
20
- - main
21
- "pull-request/[0-9]+"
22
- - "deploy-release/*"
23
24
jobs:
25
pre-flight:
.github/workflows/dev-wheel.yml
@@ -22,9 +22,10 @@
name: "Dev Wheel"
- push:
26
- branches:
27
+ # Disabled due to connectivity issues
+ # push:
+ # branches:
28
+ # - main
29
workflow_dispatch:
30
31
defaults:
0 commit comments