diff options
| author | Levent Kaya <levent.kaya@codefirst.io> | 2024-11-27 10:39:04 +0300 |
|---|---|---|
| committer | Levent Kaya <levent.kaya@codefirst.io> | 2024-11-27 10:39:04 +0300 |
| commit | dd7821327f88d81bf3a1508e45398cc520359db6 (patch) | |
| tree | 7a43d2661c4d16918221b690a8e582b44f83723c | |
| parent | f17fd7dca109dc543c359b55be748b46e1b79feb (diff) | |
[ci] fix branch name
| -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: |
