Skip to content

Commit 9561168

Browse files
committed
ci
1 parent 8aa28b3 commit 9561168

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Python application
22

33
on:
44
push:
5-
branches: ["asdf"]
5+
branches: ["main"]
66
pull_request:
7-
branches: ["asdf"]
7+
branches: ["main"]
88

99
permissions:
1010
contents: read
@@ -40,7 +40,7 @@ jobs:
4040
strategy:
4141
matrix:
4242
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
43-
target: [x86_64]
43+
target: [x86_64, aarch64]
4444
defaults:
4545
run:
4646
working-directory: ./src/python
@@ -64,7 +64,7 @@ jobs:
6464
strategy:
6565
matrix:
6666
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
67-
target: [x86_64]
67+
target: [x86_64, aarch64]
6868
defaults:
6969
run:
7070
working-directory: ./src/python

0 commit comments

Comments
 (0)