Allow rust-dev to trigger deployment to prevent frequent main merging.
This commit is contained in:
parent
d4c4fb2fe7
commit
4ddd3e2dce
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build-and-deploy.yml
vendored
2
.github/workflows/build-and-deploy.yml
vendored
|
|
@ -4,7 +4,7 @@ name: Build and Deploy
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: ["main"]
|
||||
branches: ["main", "rust-dev"]
|
||||
|
||||
jobs:
|
||||
build-and-deploy:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue