github actions: fix branch name

This commit is contained in:
mxmCherry
2021-04-28 21:01:48 +03:00
parent f16ddc5644
commit 177249239c
+2 -2
View File
@@ -2,10 +2,10 @@ name: Test
on:
push:
branches:
- main
- master
pull_request:
branches:
- main
- master
jobs:
unit:
runs-on: ubuntu-latest