Merge pull request #690 from nickgros/add-no-object-type-as-default-prop #224
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: 'Deploy Challenges Portal' | |
on: | |
push: | |
branches: | |
- main | |
paths: | |
- 'apps/portals/**' | |
- '!apps/portals/src/configurations/**' | |
- 'apps/portals/src/configurations/challengeportal/**' | |
- 'packages/synapse-react-client/**' | |
jobs: | |
deploy: | |
permissions: | |
id-token: write | |
contents: read | |
uses: ./.github/workflows/build-and-deploy-portal.yml | |
with: | |
portal-name: challengeportal | |
branch-or-tag: main |