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: push:
branches: branches:
- master - master
- 'support/*'
release: release:
types: types:
- published - published

View File

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