Skip to content

Commit

Permalink
👷 Do not run double CI for PRs, run on push only on master (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
tiangolo authored Nov 25, 2022
1 parent 09edba3 commit f1a78a6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Test

on:
push:
branches:
- master
pull_request:
types: [opened, synchronize]

Expand Down

0 comments on commit f1a78a6

Please sign in to comment.