From 55c34916e4ae7512ffaf313e66863da6f9a4b269 Mon Sep 17 00:00:00 2001 From: Christoph Honal Date: Tue, 12 Apr 2022 01:37:55 +0200 Subject: [PATCH] Run CI only on master branch --- .drone.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index e00fbaa..f3728bf 100644 --- a/.drone.yml +++ b/.drone.yml @@ -11,5 +11,6 @@ steps: repo: stargate01/f90wasm dockerfile: f90wasm/Dockerfile context: f90wasm - - + when: + branch: + - master