fix: change naming of publishing feature branches to beta branches
This commit is contained in:
2
.github/workflows/beta.yml
vendored
2
.github/workflows/beta.yml
vendored
@@ -2,7 +2,7 @@ name: Beta
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ feature/* ]
|
||||
branches: [ beta/* ]
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
||||
Reference in New Issue
Block a user