Skip to content

Commit 191837a

Browse files
committed
config: Test Pipeline
1 parent 64350a3 commit 191837a

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/CD.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
# Trigger the workflow on pull request but only for the master branch
55
push:
66
branches:
7-
- test
7+
- master
88

99
jobs:
1010
build:
@@ -48,9 +48,6 @@ jobs:
4848
- name: Install Serverless Framework
4949
run: sudo npm install -g serverless
5050

51-
- name: Install Serverless Plugins
52-
run: make install-serverless-plugins
53-
5451
- name: Install Serverless Plugins
5552
run: make deploy-nodejs
5653

0 commit comments

Comments
 (0)