ci only on push, not PR

This commit is contained in:
andy 2021-06-22 19:28:53 +01:00
parent 9b037e18c8
commit 2151d0991b

View File

@ -3,8 +3,6 @@ name: test and deploy
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
env:
CARGO_TERM_COLOR: always