Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into hotfix/3.4.0-beta0001
Browse files Browse the repository at this point in the history
# Conflicts:
#	.github/workflows/build.yml
  • Loading branch information
Shazwazza committed Oct 17, 2024
2 parents 5fff5b9 + 7301932 commit f10f0c5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,15 @@ on:
- 'master'
- 'dev'
- 'release/*'
- 'hotfix/*'
tags:
- 'v*'
pull_request:
branches:
- 'master'
- 'dev'
- 'release/*'
- 'hotfix/*'

jobs:
build:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/docfx-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit f10f0c5

Please sign in to comment.