mirror of
https://github.com/ycd/manage-fastapi.git
synced 2021-11-08 01:34:39 +03:00
Update CI to run only against master (#37)
This commit is contained in:
committed by
GitHub
parent
91c978360f
commit
60186bdce7
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
@@ -2,8 +2,9 @@ name: Test
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: ["master"]
|
||||
pull_request:
|
||||
types: [opened, synchronize]
|
||||
branches: ["master"]
|
||||
|
||||
jobs:
|
||||
test:
|
||||
|
||||
Reference in New Issue
Block a user