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 c5d1a92 commit c6b4649Copy full SHA for c6b4649
.github/workflows/ci-arm.yml
@@ -1,9 +1,9 @@
1
-# This workflow will install Python dependencies, run tests and lint with a variety of Python versions
2
-# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions
3
-
4
name: ARM64 Tests
5
6
-on: [push, pull_request]
+on:
+ push:
+ branches: master
+ pull_request:
7
8
jobs:
9
build:
.github/workflows/ci.yml
name: Python Tests
0 commit comments