Skip to content

Commit

Permalink
Explicitly include all push branches
Browse files Browse the repository at this point in the history
  • Loading branch information
lgarber-akamai committed Sep 5, 2024
1 parent 8bb2b17 commit 8f1cd4f
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,15 @@ name: Build Documentation

on:
push:
branches:
- "**"
tags-ignore:
- "v*"
pull_request:
release:
types:
- published

concurrency:
group: "docs"
cancel-in-progress: false

jobs:
build:
name: Build
Expand Down Expand Up @@ -80,6 +78,10 @@ jobs:
runs-on: ubuntu-latest
needs:
- build
# Make sure we avoid a race condition =)
concurrency:
group: "docs-stage"
cancel-in-progress: false
permissions:
contents: write

Expand Down

0 comments on commit 8f1cd4f

Please sign in to comment.