Skip to content

Commit

Permalink
updated common actions
Browse files Browse the repository at this point in the history
  • Loading branch information
jjstratton committed Oct 30, 2024
1 parent 0ebd13b commit 474c6b5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-push-common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: diam-common

on:
push:
branches: [jess-admin-tool]
branches: [develop]
paths:
- "backend/common/**"
- ".github/workflows/build-push-common.yml"
Expand Down Expand Up @@ -65,4 +65,4 @@ jobs:
- name: Docker Push to Artifactory
working-directory: backend/common/bin/Release
run: |
nuget push Common.1.1.8.nupkg -Source https://artifacts.developer.gov.bc.ca/artifactory/api/nuget/de27-common -apikey ${{ secrets.ARTIFACTORY_USERNAME }}:${{ secrets.ARTIFACTORY_PASSWORD }}
nuget push *.nupkg -Source https://artifacts.developer.gov.bc.ca/artifactory/api/nuget/de27-common -apikey ${{ secrets.ARTIFACTORY_USERNAME }}:${{ secrets.ARTIFACTORY_PASSWORD }}
4 changes: 2 additions & 2 deletions .github/workflows/build-push-commonconstants.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: diam-common-constants

on:
push:
branches: [jess-admin-tool]
branches: [develop]
paths:
- "backend/CommonConstants/**"
- ".github/workflows/build-push-commonconstants.yml"
Expand Down Expand Up @@ -65,4 +65,4 @@ jobs:
- name: Docker Push to Artifactory
working-directory: backend/CommonConstants/bin/Release
run: |
nuget push CommonConstants.1.1.8.nupkg -Source https://artifacts.developer.gov.bc.ca/artifactory/api/nuget/de27-common -apikey ${{ secrets.ARTIFACTORY_USERNAME }}:${{ secrets.ARTIFACTORY_PASSWORD }}
nuget push *.nupkg -Source https://artifacts.developer.gov.bc.ca/artifactory/api/nuget/de27-common -apikey ${{ secrets.ARTIFACTORY_USERNAME }}:${{ secrets.ARTIFACTORY_PASSWORD }}
2 changes: 1 addition & 1 deletion .github/workflows/build-push-commonmodels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: diam-common-models

on:
push:
branches: [jess-admin-tool]
branches: [develop]
paths:
- "backend/CommonModels/**"
- ".github/workflows/build-push-commonmodels.yml"
Expand Down

0 comments on commit 474c6b5

Please sign in to comment.