Skip to content

Commit

Permalink
ci: add release branches to build
Browse files Browse the repository at this point in the history
  • Loading branch information
dansiegel committed Jul 20, 2024
1 parent a896bf5 commit ae7ff2b
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ name: Prism CI

on:
push:
branches: [ master ]
branches:
- master
- release/stable/*
paths:
- .github/workflows/ci.yml
- Directory.Build.props
Expand All @@ -11,7 +13,9 @@ on:
- xunit.runner.json
- 'src/**'
pull_request:
branches: [ master ]
branches:
- master
- release/stable/*
paths:
- .github/workflows/ci.yml
workflow_dispatch:
Expand Down Expand Up @@ -157,7 +161,7 @@ jobs:
uses: avantipoint/workflow-templates/.github/workflows/deploy-nuget.yml@master
needs: generate-consolidated-artifacts
if: ${{ github.event_name == 'push' }}
environment: NuGet
# environment: NuGet
with:
name: Deploy Commercial Plus
secrets:
Expand Down

0 comments on commit ae7ff2b

Please sign in to comment.