Skip to content

Commit

Permalink
fixup! Fix sam deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
VirginiaDooley committed Sep 26, 2024
1 parent 724f972 commit 63d89ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ workflows:
- run-tests # staging should only deploy if tests pass
- sam_build # deploy needs .aws-sam/build/
context: [ deployment-staging-election-leaflets ]
filters: { branches: { only: [ master, upgrades202409-part2 ] } }
filters: { branches: { only: [ master] } }

- sam_deploy:
name: sam_deploy_production
Expand Down

0 comments on commit 63d89ee

Please sign in to comment.