From 8ca134fd8082979bdd1721ce2bd7d8d17aaf0426 Mon Sep 17 00:00:00 2001 From: "Matias N. Goldberg" Date: Tue, 15 Oct 2024 13:42:01 -0300 Subject: [PATCH] Doxygen CI for 3.0 --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2e38b8971e6..bd7400592e7 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -3,10 +3,10 @@ name: Doxygen # Controls when the action will run. on: push: - branches: 'master' + branches: 'v3-0' env: - OGRE_VERSION: "latest" + OGRE_VERSION: "3.0" # A workflow run is made up of one or more jobs that can run sequentially or in parallel jobs: