Merge pull request #1988 from jay-hodgson/3.4.29 #264
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 StopAD portal' | |
on: | |
push: | |
branches: | |
- main | |
paths: | |
- '.github/**' # temporarily track GH Actions changes to test | |
- 'apps/portals/stopadportal/**' | |
- '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: stopadportal | |
branch-or-tag: main |