Run on workflow update

This commit is contained in:
Anatoly Laskaris 2022-10-31 16:39:35 +02:00
parent 4c6b6961be
commit f3b0b9d357

View File

@ -2,8 +2,10 @@ name: Run tests
on:
pull_request:
paths-ignode:
- "**.md"
paths:
- ".github/workflows/snapshot.yml"
- ".github/workflows/tests.yml"
- "!**.md"
concurrency:
group: "${{ github.workflow }}-${{ github.ref }}"