Skip to content
This repository has been archived by the owner on Jul 9, 2023. It is now read-only.

Commit

Permalink
馃懛 Do not run double CI for PRs, run on push only on master (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
tiangolo committed Nov 25, 2022
1 parent 350f86a commit e8027c7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Expand Up @@ -2,6 +2,8 @@ name: Test

on:
push:
branches:
- master
pull_request:
types:
- opened
Expand Down

0 comments on commit e8027c7

Please sign in to comment.