CE-360 - create a release of orcidlink-enabled kbase-ui running under Europa #26
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
name: PR to main3 opened | |
on: | |
pull_request: | |
branches: | |
- main3 | |
types: | |
- opened | |
- reopened | |
- synchronize | |
jobs: | |
test: | |
uses: ./.github/workflows/reusable_test.yml | |
build-push: | |
needs: test | |
uses: ./.github/workflows/reusable_build-push.yml | |
with: | |
name: '${{ github.event.repository.name }}' | |
tags: pr${{ github.event.number }} | |
secrets: inherit |