Skip to content

Commit

Permalink
Revert "Remove branches specifiers from docs workflow."
Browse files Browse the repository at this point in the history
This reverts commit b7c888e.
  • Loading branch information
samsrabin committed Oct 7, 2024
1 parent b7c888e commit c7ff58f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,16 @@ name: docs

on:
push:
branches:
- master
- b4b-dev
paths:
- 'doc/**'

pull_request:
branches:
- master
- b4b-dev
paths:
- 'doc/**'

Expand Down

0 comments on commit c7ff58f

Please sign in to comment.