PR validation should be triggered just by PR (#225)

This commit is contained in:
Igor Gov 2021-08-18 12:51:24 +03:00 committed by GitHub
parent db1f4458c5
commit 2ae0a2400d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,13 +1,9 @@
name: validations
name: PR validation
on:
pull_request:
branches:
- 'develop'
- 'main'
push:
branches:
- 'develop'
- 'main'
jobs:
build-cli:
name: Build CLI