mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-04-18 23:15:48 +00:00
Change PR Actions to use synchronize
This commit is contained in:
parent
4a5057551a
commit
9cdb66fbf8
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -3,7 +3,7 @@ name: build
|
||||
on:
|
||||
push:
|
||||
pull_request:
|
||||
types: [ opened, edited ]
|
||||
types: [ opened, synchronize ]
|
||||
|
||||
jobs:
|
||||
dists-and-docs:
|
||||
|
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
@ -3,7 +3,7 @@ name: lint
|
||||
on:
|
||||
push:
|
||||
pull_request:
|
||||
types: [ opened, edited ]
|
||||
types: [ opened, synchronize ]
|
||||
|
||||
jobs:
|
||||
check:
|
||||
|
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -3,7 +3,7 @@ name: test
|
||||
on:
|
||||
push:
|
||||
pull_request:
|
||||
types: [ opened, edited ]
|
||||
types: [ opened, synchronize ]
|
||||
|
||||
jobs:
|
||||
pytest:
|
||||
|
Loading…
x
Reference in New Issue
Block a user