run ci only on main
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
19a3a6b410
commit
d0d56211fe
1 changed files with 6 additions and 1 deletions
|
@ -1,5 +1,10 @@
|
|||
when:
|
||||
- branch: main
|
||||
event: push
|
||||
- event: tag
|
||||
|
||||
steps:
|
||||
- name: techtransthai-simple-deploy
|
||||
- name: deploy
|
||||
image: alpine
|
||||
commands:
|
||||
- apk add mkdocs
|
||||
|
|
Loading…
Add table
Reference in a new issue