Skip to content

Commit c6b4649

Browse files
committed
Adjust CI to only run once on pull requests
1 parent c5d1a92 commit c6b4649

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/ci-arm.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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-
41
name: ARM64 Tests
52

6-
on: [push, pull_request]
3+
on:
4+
push:
5+
branches: master
6+
pull_request:
77

88
jobs:
99
build:

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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-
41
name: Python Tests
52

6-
on: [push, pull_request]
3+
on:
4+
push:
5+
branches: master
6+
pull_request:
77

88
jobs:
99
build:

0 commit comments

Comments
 (0)