Merge pull request #2433 from kianamcc/PORTALS-3798 #1399
This file contains hidden or 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 AD Knowledge portal' | |
| on: | |
| push: | |
| branches: | |
| - main | |
| paths: | |
| - '.github/**' # temporarily track GH Actions changes to test | |
| - 'apps/portals/adknowledgeportal/**' | |
| - 'apps/synapse-portal-framework/**' | |
| - 'packages/synapse-react-client/**' | |
| jobs: | |
| deploy: | |
| if: github.repository_owner == 'Sage-Bionetworks' | |
| permissions: | |
| id-token: write | |
| contents: read | |
| uses: ./.github/workflows/build-and-deploy-portal.yml | |
| with: | |
| portal-name: adknowledgeportal | |
| branch-or-tag: main |