Comment out trigger events
ci/woodpecker/push/test Pipeline was successful Details

This commit is contained in:
Sainnhe Park 2022-12-22 18:30:57 +08:00
parent 21061ccbdf
commit bdf8bc8363
1 changed files with 3 additions and 3 deletions

View File

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