Skip to content

Commit e12d79c

Browse files
committed
update main build to run on nightly build branch
1 parent c4395a7 commit e12d79c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main-build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
branches:
55
- main
66
- "release/v*"
7+
- nightly-dependency-updates
78
workflow_dispatch: # be able to run the workflow on demand
89
env:
910
AWS_DEFAULT_REGION: us-east-1
@@ -268,7 +269,7 @@ jobs:
268269
name: "Publish Main Build Status"
269270
needs: [ build, e2e-test, contract-tests, application-signals-lambda-layer-build, application-signals-e2e-test ]
270271
runs-on: ubuntu-latest
271-
if: always()
272+
if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/heads/release/')
272273
steps:
273274
- name: Configure AWS Credentials for emitting metrics
274275
uses: aws-actions/configure-aws-credentials@a03048d87541d1d9fcf2ecf528a4a65ba9bd7838 #v5.0.0

0 commit comments

Comments
 (0)