Merge pull request #149 from itay-grudev/ci-on-pr

Trigger CI on PRs
This commit is contained in:
Itay Grudev 2022-04-03 20:40:43 +03:00 committed by GitHub
commit 5ea519d856
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,6 +6,9 @@ on:
- "releases/**"
paths-ignore:
- "**.md"
pull_request:
paths-ignore:
- "**.md"
jobs:
build: