Merge pull request #2339 from jay-hodgson/PORTALS-3908 #487
  
    
      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 Genie portal' | |
| on: | |
| push: | |
| branches: | |
| - main | |
| paths: | |
| - '.github/**' # temporarily track GH Actions changes to test | |
| - 'apps/portals/genie/**' | |
| - 'apps/synapse-portal-framework/**' | |
| - 'packages/synapse-react-client/**' | |
| jobs: | |
| deploy: | |
| permissions: | |
| id-token: write | |
| contents: read | |
| uses: ./.github/workflows/build-and-deploy-portal.yml | |
| with: | |
| portal-name: genie | |
| branch-or-tag: main |