diff options
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/doxygen.yml | 4 |
1 files changed, 2 insertions, 2 deletions
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: |
