mirror of https://github.com/tiangolo/fastapi.git
fix: Run CI only once on push
Signed-off-by: Mateus Oliveira <msouzaol@redhat.com>
This commit is contained in:
parent
afc237ad53
commit
4c982fccb7
|
|
@ -3,6 +3,8 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- master
|
||||
paths:
|
||||
- 'docs/en/docs/release-notes.md'
|
||||
pull_request:
|
||||
types:
|
||||
- opened
|
||||
|
|
|
|||
|
|
@ -4,6 +4,8 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- master
|
||||
paths:
|
||||
- 'docs/en/docs/release-notes.md'
|
||||
pull_request:
|
||||
types:
|
||||
- opened
|
||||
|
|
|
|||
Loading…
Reference in New Issue