Also run CI when target is release branch

This commit is contained in:
litetex 2022-04-18 14:28:56 +02:00
parent 29fc0eff38
commit 2b8eb7ed66
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ on:
branches: branches:
- dev - dev
- master - master
- release/**
paths-ignore: paths-ignore:
- 'README.md' - 'README.md'
- 'doc/**' - 'doc/**'