💚 Only test on push when on master, avoid duplicate CI runs from PRs (#358)

This commit is contained in:
Sebastián Ramírez 2022-02-13 18:07:38 +01:00 committed by GitHub
parent bfb7afb6eb
commit 33ef692d17
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,6 +2,8 @@ name: Test
on:
push:
branches:
- master
pull_request:
types: [opened, synchronize]