Update check.yml

This commit is contained in:
freearhey 2025-01-19 01:21:29 +03:00
parent 2674459b35
commit 4d0c5c109a

View file

@ -3,6 +3,8 @@ on:
workflow_dispatch:
pull_request:
types: [opened, synchronize, reopened, edited]
branches:
- master
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true