Skip to content

Commit 7c837a1

Browse files
Removing extra build action
1 parent a0ace9b commit 7c837a1

File tree

2 files changed

+2
-36
lines changed

2 files changed

+2
-36
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 33 deletions
This file was deleted.

.github/workflows/deploy.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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
1+
# This workflow will do a clean install of node dependencies and deploy to AWS.
32

43
name: Deploy
54

65
on:
76
push:
8-
branches: [ main , manifest_driven_downloads]
7+
branches: [ main ]
98
pull_request:
109
branches: [ main ]
1110

0 commit comments

Comments
 (0)