Skip to content

Commit 32266da

Browse files
authored
Run GA on forks (#23)
1 parent 4d6b35d commit 32266da

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/python-quality.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
push:
55
branches:
66
- "*"
7+
pull_request:
8+
types: [assigned, opened, synchronize, reopened]
79

810
jobs:
911
check_code_quality:

.github/workflows/python-tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
push:
55
branches:
66
- "*"
7+
pull_request:
8+
types: [assigned, opened, synchronize, reopened]
79

810
jobs:
911
build:

0 commit comments

Comments
 (0)