diary

Text-based journaling program
git clone https://git.in0rdr.ch/diary.git
Log | Files | Refs | README | LICENSE

commit 239c0bce3fd14b8338bff028c0b981ad946aedf8
parent b1b0f671413a2a9e038a29349b6dddd4459e9fb5
Author: Andreas Gruhler <agruhl@gmx.ch>
Date:   Wed, 14 Jul 2021 09:07:01 +0200

add push event filter

https://github.com/openSUSE/open-build-service/wiki/Better-SCM-CI-Integration

Diffstat:
M.obs/workflows.yml | 8++++++--
1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/.obs/workflows.yml b/.obs/workflows.yml @@ -2,4 +2,9 @@ workflow: steps: - branch_package: source_project: home:in0rdr - source_package: diary-nightly -\ No newline at end of file + source_package: diary-nightly + filters: + event: push + branches: + only: + - master