only run ci on push, prevent double execution
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
b300a394bc
commit
532fc49583
1 changed files with 4 additions and 0 deletions
|
|
@ -9,6 +9,10 @@ services:
|
|||
POSTGRES_USER: postgres
|
||||
POSTGRES_PASSWORD: postgres
|
||||
|
||||
trigger:
|
||||
event:
|
||||
- push
|
||||
|
||||
steps:
|
||||
- name: check
|
||||
image: docker.io/library/elixir:1.18.3-otp-27
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue