Skip to content

Commit 1b94216

Browse files
authored
Only run CI once (#26)
1 parent 32266da commit 1b94216

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

.github/workflows/python-quality.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
name: Python quality
22

33
on:
4-
push:
5-
branches:
6-
- "*"
74
pull_request:
85
types: [assigned, opened, synchronize, reopened]
96

.github/workflows/python-tests.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
name: Python tests
22

33
on:
4-
push:
5-
branches:
6-
- "*"
74
pull_request:
85
types: [assigned, opened, synchronize, reopened]
96

0 commit comments

Comments
 (0)