cd: on every push
This commit is contained in:
parent
8e83084f8c
commit
4871b9d352
2
.github/workflows/cd.yml
vendored
2
.github/workflows/cd.yml
vendored
|
@ -2,8 +2,6 @@ name: continous deployment
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
|
||||||
- main
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
Loading…
Reference in a new issue