From 7f31c5dbb6ee3ec9ac8e578c56884c635d59a9e8 Mon Sep 17 00:00:00 2001 From: Antoine Beyeler Date: Thu, 12 Sep 2024 13:57:10 +0200 Subject: [PATCH] Also links workflow --- .github/workflows/links.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/links.yml b/.github/workflows/links.yml index 8bb984c..aeb663d 100644 --- a/.github/workflows/links.yml +++ b/.github/workflows/links.yml @@ -1,5 +1,10 @@ # Copied from https://github.com/rerun-io/rerun_template -on: [push, pull_request] +on: + push: + branches: + - "main" + pull_request: + types: [ opened, synchronize ] name: Link checker