Skip to content

Commit

Permalink
Merge branch 'feature/Etoro-Converter' of https://github.com/dickwolf…
Browse files Browse the repository at this point in the history
…f/Export-To-Ghostfolio into feature/Etoro-Converter
  • Loading branch information
dickwolff committed Feb 8, 2024
2 parents 528ab39 + 3a4d06e commit e91fadd
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
11 changes: 10 additions & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,19 @@ jobs:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Build and push
- name: Build and push (PR)
uses: docker/build-push-action@v5
with:
push: ${{ github.event_name == 'pull_request' }}
tags: |
dickwolff/export-to-ghostfolio:${{ env.GitVersion_EscapedBranchName }}
- name: Build and push (main)
uses: docker/build-push-action@v5
with:
push: ${{ github.event_name != 'pull_request' }}
tags: |
dickwolff/export-to-ghostfolio:latest
dickwolff/export-to-ghostfolio:${{ env.GitVersion_MajorMinorPatch }}
3 changes: 2 additions & 1 deletion .github/workflows/frameworkTesting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ on:
pull_request:
branches:
- main

paths:
- "src/**"

jobs:
run-converter-tests:
Expand Down

0 comments on commit e91fadd

Please sign in to comment.