Skip to content

Commit

Permalink
chore(build): errors in e23 test deploy test in AWS
Browse files Browse the repository at this point in the history
* It appears that the e2e tests deploying to AWS are stomping on one another since it is set up for push & pull_request for the main branch. Examples:
https://github.com/activescott/serverless-aws-static-file-handler/runs/3334920053?check_suite_focus=true#step:7:15
  • Loading branch information
activescott committed Aug 16, 2021
1 parent b36e1de commit 1041a22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: build

on:
push:
branches: [main, beta, next]
branches: [beta, next]
pull_request:
branches: [main]

Expand Down

0 comments on commit 1041a22

Please sign in to comment.