Skip to content

Commit cba7bbf

Browse files
Copilotnpalm
andcommitted
ci: run lambda workflow on all PRs, not just PRs to main
Remove branch restriction from lambda.yml workflow to support stacked PRs and feature branch workflows. The workflow will now run on any PR that modifies lambda code or the workflow itself. Co-authored-by: npalm <11609620+npalm@users.noreply.github.com>
1 parent b5399f6 commit cba7bbf

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/lambda.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ name: Build lambdas
22

33
on:
44
pull_request:
5-
branches:
6-
- main
75
paths:
86
- 'lambdas/**'
97
- '.github/workflows/lambda.yml'

0 commit comments

Comments
 (0)