From 8b76eae72ce522d0c673c69923c412484a17cf44 Mon Sep 17 00:00:00 2001 From: Rafal Foks Date: Tue, 10 Sep 2024 13:24:51 +0200 Subject: [PATCH] Fix GH Action tests in KIM --- .github/workflows/run-tests.yaml | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/.github/workflows/run-tests.yaml b/.github/workflows/run-tests.yaml index 08c6b12e..e1f6260e 100644 --- a/.github/workflows/run-tests.yaml +++ b/.github/workflows/run-tests.yaml @@ -1,6 +1,27 @@ name: tests -on: [push, pull_request] +on: + push: + branches: + - main + tags: + - "[0-9]+.[0-9]+.[0-9]+" + - "[0-9]+.[0-9]+.[0-9]+-*" + paths-ignore: + - .reuse + - LICENSES/ + - LICENSE + - .gitignore + - "**.md" + + pull_request: + types: [opened, synchronize, reopened] + paths-ignore: + - .reuse + - LICENSES/ + - LICENSE + - .gitignore + - "**.md" permissions: contents: read