From e4313a31ad3afa96dd11dd3c0d2ced419dd25703 Mon Sep 17 00:00:00 2001 From: Michael Fabian 'Xaymar' Dirks Date: Mon, 4 Jul 2022 07:07:56 +0200 Subject: [PATCH] ci: Run tests on all branches, and on changes to the workflow --- .github/workflows/test.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6d34193..06ea6c4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -2,11 +2,13 @@ name: Automated Testing on: push: - branches-ignore: - - 'documentation' + branches: + - '*' + - '!documentation' paths: - - 'version.cmake' + - '.github/workflows/test.yml' - 'tests/**' + - 'version.cmake' jobs: test: