Skip to content

Merge remote-tracking branch 'origin/dynamically_set_working_path' in… #118

Merge remote-tracking branch 'origin/dynamically_set_working_path' in…

Merge remote-tracking branch 'origin/dynamically_set_working_path' in… #118

Workflow file for this run

name: Develop CI
on:
workflow_dispatch:
push:
branches: [ "develop" ,"test"]
jobs:
test-and-update-docs:
uses: ./.github/workflows/common-test-and-update-docs.yml
with:
ref: ${{ github.ref }}
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
push-image:
needs: test-and-update-docs
uses: ./.github/workflows/common-push-image.yml
with:
tag: ${{ github.ref_name }}
secrets:
DOCKER_HUB_USERNAME: ${{ secrets.DOCKER_HUB_USERNAME }}
DOCKER_HUB_ACCESS_TOKEN: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}