fix bad habits
This commit is contained in:
parent
4a99712ea5
commit
7019e00ced
2 changed files with 4 additions and 1 deletions
|
|
@ -4,7 +4,8 @@ steps:
|
|||
commands:
|
||||
- /bin/sh -c 'update-age.sh' && echo "Age check succeeded" || echo "Age check failed"
|
||||
when:
|
||||
- event: [cron, manual]
|
||||
- branch: main
|
||||
event: [cron, manual]
|
||||
|
||||
- name: push commit
|
||||
image: appleboy/drone-git-push
|
||||
|
|
|
|||
|
|
@ -12,6 +12,7 @@ steps:
|
|||
when:
|
||||
- path:
|
||||
include: ["*.tex"]
|
||||
event: [push, pull_request]
|
||||
|
||||
- name: deploy
|
||||
image: *GIT_VERSION
|
||||
|
|
@ -63,3 +64,4 @@ steps:
|
|||
when:
|
||||
- path:
|
||||
include: ["*.tex"]
|
||||
event: [push, pull_request]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue