github: enable ci-build for all basic branches

Signed-off-by: Karel Zak <kzak@redhat.com>
This commit is contained in:
Karel Zak 2021-01-26 15:52:41 +01:00
parent ba8fbf21ef
commit 67f2918a6b
1 changed files with 3 additions and 0 deletions

View File

@ -3,6 +3,9 @@ on:
push:
branches:
- 'cibuild'
- 'master'
- 'next'
- 'stable/**'
paths-ignore:
- 'Documentation/**'
- 'lib*/docs/**'