From 3438928608eddc9cb4c4f9fc4d1a73540ebf221f Mon Sep 17 00:00:00 2001 From: collerek Date: Wed, 25 Nov 2020 21:18:27 +0100 Subject: [PATCH] change tests to run on all branches except docs --- .github/workflows/test-package.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test-package.yml b/.github/workflows/test-package.yml index 7bd02a9..a953a77 100644 --- a/.github/workflows/test-package.yml +++ b/.github/workflows/test-package.yml @@ -5,7 +5,8 @@ name: build on: push: - branches: [ master ] + branches-ignore: + - 'gh-pages' pull_request: branches: [ master ]