From 1b58d42d2f32fb43491a2ab0f67bfc116c3715f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20NAVARRETE=20GUTI=C3=89RREZ?= Date: Thu, 10 Oct 2024 22:59:32 +0200 Subject: [PATCH] ci-cd: ttl generation on main only --- .github/workflows/generation-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/generation-test.yml b/.github/workflows/generation-test.yml index 054de8f..3baff37 100644 --- a/.github/workflows/generation-test.yml +++ b/.github/workflows/generation-test.yml @@ -8,7 +8,7 @@ name: TTL generation and deployment on: push: - paths-ignore: # prevents workflow execution when only these types of files are modified + branches: [main] - "**.md" # wildcards prevent file in any repo dir from trigering workflow - "**.bib" - "**.ya?ml"