aboutsummaryrefslogtreecommitdiff
path: root/.drone.yml
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@deuxfleurs.fr>2021-12-09 15:05:03 +0100
committerQuentin Dufour <quentin@deuxfleurs.fr>2021-12-09 15:05:03 +0100
commit6972e5191e9c171f84dcad3a4c02ffa233b3ee28 (patch)
tree0d18cf2415ed75683948729c59351ee9626e83fb /.drone.yml
parentcb6bd1a331ea35454d9cbb378f559f6bb9e8394f (diff)
downloadrfid-6972e5191e9c171f84dcad3a4c02ffa233b3ee28.tar.gz
rfid-6972e5191e9c171f84dcad3a4c02ffa233b3ee28.zip
Only publish main branch
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml9
1 files changed, 8 insertions, 1 deletions
diff --git a/.drone.yml b/.drone.yml
index 8e62d3b..862a527 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -15,8 +15,15 @@ steps:
commands:
- hugo
- hugo deploy
+ when:
+ branch:
+ - main
+ event:
+ exclude:
+ - pull_request
+
---
kind: signature
-hmac: 440ef22e1e1e95fc8b1bbc12b16815e90da565797ab2de1db1b5e122a3cf04e4
+hmac: 5fc38cf903fe1aaea273b0c99f4eacb442408d2b1fcf8d6a9343112922eeaf97
...