diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 43680a16..906eccd7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -7,6 +7,7 @@ on: - 'master' - 'dev' - 'release/*' + - 'hotfix/*' tags: - 'v*' pull_request: @@ -14,6 +15,7 @@ on: - 'master' - 'dev' - 'release/*' + - 'hotfix/*' jobs: build: diff --git a/.github/workflows/docfx-gh-pages.yml b/.github/workflows/docfx-gh-pages.yml index c9d147c8..c1b94c85 100644 --- a/.github/workflows/docfx-gh-pages.yml +++ b/.github/workflows/docfx-gh-pages.yml @@ -4,6 +4,9 @@ on: # Runs on pushes targeting the default branch push: branches: ["feature/docfx"] + pull_request: + branches: + - 'feature/docfx' # Allows you to run this workflow manually from the Actions tab workflow_dispatch: