fix: change naming of publishing feature branches to beta branches

This commit is contained in:
Karol Sójko
2021-12-15 16:24:54 +01:00
parent a63f6ca6b2
commit eb4c8d0091

View File

@@ -2,7 +2,7 @@ name: Beta
on:
push:
branches: [ feature/* ]
branches: [ beta/* ]
workflow_dispatch:
jobs: