We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0ace9b commit 7c837a1Copy full SHA for 7c837a1
.github/workflows/build.yml
.github/workflows/deploy.yml
@@ -1,11 +1,10 @@
1
-# This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node
2
-# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
+# This workflow will do a clean install of node dependencies and deploy to AWS.
3
4
name: Deploy
5
6
on:
7
push:
8
- branches: [ main , manifest_driven_downloads]
+ branches: [ main ]
9
pull_request:
10
branches: [ main ]
11
0 commit comments