Skip to content

Commit 807dc85

Browse files
committed
let main build run on nightly build branch
1 parent 5d6b7c9 commit 807dc85

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
@@ -5,6 +5,7 @@ on:
55
branches:
66
- main
77
- "release/v*"
8+
- nightly-dependency-updates
89
workflow_dispatch:
910

1011
env:
@@ -109,7 +110,7 @@ jobs:
109110
name: "Publish Main Build Status"
110111
needs: [ build, application-signals-e2e-test ]
111112
runs-on: ubuntu-latest
112-
if: always()
113+
if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/heads/release/')
113114
steps:
114115
- name: Configure AWS Credentials for emitting metrics
115116
uses: aws-actions/configure-aws-credentials@a03048d87541d1d9fcf2ecf528a4a65ba9bd7838 #v5.0.0

0 commit comments

Comments
 (0)