ci: trigger on pre branch

This commit is contained in:
2023-08-15 22:32:25 +03:00
parent 9f5716e1b9
commit dbba81d053

View File

@@ -2,7 +2,7 @@ name: Test & Build
on:
push:
branches: [ master, develop, beta, feat/*, fix/* ]
branches: [ master, develop, pre, feat/*, fix/* ]
jobs:
test:
runs-on: ubuntu-latest