Skip to content

Commit a775b00

Browse files
committed
ci: Update wording to show release-please main branch
1 parent 31e78aa commit a775b00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/downstream_protobuf_compatibility_check_nightly.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ name: Downstream Protobuf Compatibility Check Nightly
1616
jobs:
1717
downstream-protobuf-test:
1818
# This job runs if any of the three conditions match:
19-
# 1. PR is raised from Release-Please (PR comes from branch: release-please--branches-{branch_name})
19+
# 1. PR is raised from Release-Please (PR comes from branch: release-please--branches-main)
2020
# 2. Job is invoked by the nightly job (scheduled event)
2121
# 3. Job is manually invoked via Github UI (workflow_dispatch event)
2222
if: github.head_ref == 'release-please--branches--main' || github.event_name == 'schedule' || github.event_name == 'workflow_dispatch'

0 commit comments

Comments
 (0)