From dd7821327f88d81bf3a1508e45398cc520359db6 Mon Sep 17 00:00:00 2001 From: Levent Kaya Date: Wed, 27 Nov 2024 10:39:04 +0300 Subject: [ci] fix branch name --- .github/workflows/doxygen.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github/workflows/doxygen.yml') diff --git a/.github/workflows/doxygen.yml b/.github/workflows/doxygen.yml index d6c85c6..063216d 100644 --- a/.github/workflows/doxygen.yml +++ b/.github/workflows/doxygen.yml @@ -3,11 +3,11 @@ name: Generate Documentation on: # Triggers the workflow on push events to the main branch push: - branches: [ "main" ] + branches: [ "master" ] # Triggers the workflow on pull request events to the main branch pull_request: - branches: [ "main" ] + branches: [ "master" ] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: -- cgit v1.2.3