GitHub actions: build also support/*

This commit is contained in:
Alexander A. Klimov 2020-10-13 18:25:47 +02:00
parent 338d0aaa8c
commit bf15980455
2 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,7 @@ on:
push:
branches:
- master
- 'support/*'
release:
types:
- published

View File

@ -4,6 +4,7 @@ on:
push:
branches:
- master
- 'support/*'
pull_request: {}
jobs: