added dev branch support in github actions

This commit is contained in:
X1nto 2020-05-24 23:54:26 +04:00
parent 39fa6531fb
commit 029bf0f186
1 changed files with 2 additions and 0 deletions

View File

@ -4,9 +4,11 @@ on:
push:
branches:
- master
- dev
pull_request:
branches:
- master
- dev
jobs:
build: