Skip to content

Commit

Permalink
ci: use GH docs sample
Browse files Browse the repository at this point in the history
  • Loading branch information
dansiegel committed Jul 22, 2024
1 parent 964cb3e commit 285f520
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches:
- master
- 'release/stable/**'
- 'releases/**'
paths:
- .github/workflows/ci.yml
- Directory.Build.props
Expand All @@ -15,7 +15,7 @@ on:
pull_request:
branches:
- master
- 'release/stable/**'
- 'releases/**'
paths:
- .github/workflows/ci.yml
workflow_dispatch:
Expand Down

0 comments on commit 285f520

Please sign in to comment.