Skip to content

Commit de1fe98

Browse files
authored
Merge branch 'main' into issue-66
2 parents ed53115 + 4dfe2d2 commit de1fe98

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Lint
22

33
on:
4-
push:
4+
pull_request:
55
workflow_call:
66
workflow_dispatch:
77

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Tests
22

33
on:
4-
push:
4+
pull_request:
55
workflow_call:
66
workflow_dispatch:
77

.github/workflows/variants.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Python/VENV/Installer Variants
22

33
on:
4-
push:
4+
pull_request:
55
workflow_call:
66
workflow_dispatch:
77

0 commit comments

Comments
 (0)