Skip to content

Commit 957024b

Browse files
committed
call main build on nightly build branch
1 parent 51a9ee0 commit 957024b

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
@@ -6,6 +6,7 @@ on:
66
- main
77
- "release/v*"
88
- ci-workflow
9+
- nightly-dependency-updates
910
workflow_dispatch: # be able to run the workflow on demand
1011
workflow_call:
1112
inputs:
@@ -122,7 +123,7 @@ jobs:
122123
name: "Publish Main Build Status"
123124
needs: [ build, application-signals-e2e-test ]
124125
runs-on: ubuntu-latest
125-
if: always()
126+
if: always() && (github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/heads/release/'))
126127
steps:
127128
- name: Configure AWS Credentials for emitting metrics
128129
uses: aws-actions/configure-aws-credentials@a03048d87541d1d9fcf2ecf528a4a65ba9bd7838 #5.0.0

0 commit comments

Comments
 (0)