ci: fix branch type
All checks were successful
flake check / check (push) Successful in 3m20s
deploy systems / deploy (push) Successful in 14m59s
fmt check / check (push) Successful in 43s
All checks were successful
flake check / check (push) Successful in 3m20s
deploy systems / deploy (push) Successful in 14m59s
fmt check / check (push) Successful in 43s
This commit is contained in:
parent
414ec577bd
commit
f3c0db8c6a
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ name: deploy systems
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- master
|
||||||
jobs:
|
jobs:
|
||||||
deploy:
|
deploy:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
Loading…
Reference in a new issue