1
0
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:
Marcelo Trylesinski
2021-09-02 21:00:53 +02:00
committed by GitHub
parent 91c978360f
commit 60186bdce7

View File

@@ -2,8 +2,9 @@ name: Test
on:
push:
branches: ["master"]
pull_request:
types: [opened, synchronize]
branches: ["master"]
jobs:
test: