Browse Source
Change PR Actions to use synchronize
pull/7524/head
Devon R
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with
3 additions and
3 deletions
-
.github/workflows/build.yml
-
.github/workflows/lint.yml
-
.github/workflows/test.yml
|
|
@ -3,7 +3,7 @@ name: build |
|
|
|
on: |
|
|
|
push: |
|
|
|
pull_request: |
|
|
|
types: [ opened, edited ] |
|
|
|
types: [ opened, synchronize ] |
|
|
|
|
|
|
|
jobs: |
|
|
|
dists-and-docs: |
|
|
|
|
|
@ -3,7 +3,7 @@ name: lint |
|
|
|
on: |
|
|
|
push: |
|
|
|
pull_request: |
|
|
|
types: [ opened, edited ] |
|
|
|
types: [ opened, synchronize ] |
|
|
|
|
|
|
|
jobs: |
|
|
|
check: |
|
|
|
|
|
@ -3,7 +3,7 @@ name: test |
|
|
|
on: |
|
|
|
push: |
|
|
|
pull_request: |
|
|
|
types: [ opened, edited ] |
|
|
|
types: [ opened, synchronize ] |
|
|
|
|
|
|
|
jobs: |
|
|
|
pytest: |
|
|
|