Run tests on push to master

This commit is contained in:
folex 2022-10-05 17:41:03 +04:00 committed by GitHub
parent 6c89705640
commit 4fba2de25b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,8 +2,11 @@ name: Run tests
on:
pull_request:
paths-ignode:
paths-ignore:
- "**.md"
push:
branches:
- master
concurrency:
group: "${{ github.workflow }}-${{ github.ref }}"