Skip to content

Commit

Permalink
Merge pull request #3200 from PrismLibrary/dev/ds/release-ci
Browse files Browse the repository at this point in the history
Update release trigger
  • Loading branch information
dansiegel authored Jul 22, 2024
2 parents f4dcf68 + a80e76f commit 964cb3e
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/**
- 'release/stable/**'
paths:
- .github/workflows/ci.yml
- Directory.Build.props
Expand All @@ -15,7 +15,7 @@ on:
pull_request:
branches:
- master
- release/stable/**
- 'release/stable/**'
paths:
- .github/workflows/ci.yml
workflow_dispatch:
Expand Down

0 comments on commit 964cb3e

Please sign in to comment.