From 0c5e5583114aaa8072f9d9fddbe97d532b062ca2 Mon Sep 17 00:00:00 2001 From: Matteo Visconti di Oleggio Castello Date: Fri, 26 Apr 2024 16:30:06 -0700 Subject: [PATCH] MNT run build docs action on tags too [skip ci] --- .github/workflows/build_docs.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build_docs.yml b/.github/workflows/build_docs.yml index 2564af09..1656e5e4 100644 --- a/.github/workflows/build_docs.yml +++ b/.github/workflows/build_docs.yml @@ -4,6 +4,8 @@ on: push: branches: - main + tags: + - '*' pull_request: branches: - main