change tests to run on all branches except docs

This commit is contained in:
collerek
2020-11-25 21:18:27 +01:00
parent 2fd2bd9e3f
commit 3438928608

View File

@ -5,7 +5,8 @@ name: build
on:
push:
branches: [ master ]
branches-ignore:
- 'gh-pages'
pull_request:
branches: [ master ]