We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80c3f63 commit c7ed78fCopy full SHA for c7ed78f
.github/workflows/just-works.yml
@@ -0,0 +1,20 @@
1
+name: Just Works
2
+
3
+on:
4
+ push:
5
+ branches:
6
+ - main
7
+ - release/*
8
+ pull_request:
9
+ workflow_dispatch:
10
11
+concurrency:
12
+ group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}-${{ github.event_name == 'workflow_dispatch' }}-${{ github.event_name == 'schedule' }}
13
+ cancel-in-progress: true
14
15
+jobs:
16
+ linux-xnnpack:
17
+ uses: .github/workflows/build-wheels-linux.yml
18
19
+ macos-xnnpack:
20
+ uses: .github/workflows/build-wheels-m1.yml
0 commit comments