Comment out trigger events
All checks were successful
ci/woodpecker/push/test Pipeline was successful

This commit is contained in:
Sainnhe Park 2022-12-22 18:30:57 +08:00
parent 21061ccbdf
commit bdf8bc8363

View File

@ -1,12 +1,12 @@
pipeline: pipeline:
test: test:
image: docker.io/sainnhe/cmake:latest image: docker.io/sainnhe/cmake:latest
when:
- event: push
branch: master
commands: commands:
- cmake . - cmake .
- cmake --build . --parallel $(nproc) --target all - cmake --build . --parallel $(nproc) --target all
# when:
# - event: push
# branch: master
# notify: # notify:
# image: drillster/drone-email # image: drillster/drone-email
# when: # when: