Skip to content

Commit

Permalink
[SPARK-42185][INFRA] Add branch-3.4 to publish_snapshot GitHub Ac…
Browse files Browse the repository at this point in the history
…tion job

### What changes were proposed in this pull request?

This PR aims to add `branch-3.4` to `publish_snapshot` GitHub Action job.

### Why are the changes needed?

Since GitHub Action Cron job is executed only at `master` branch, we need to register newly added branch at `master` branch.

### Does this PR introduce _any_ user-facing change?

No.

### How was this patch tested?

N/A. Manual review.

Closes apache#39741 from dongjoon-hyun/SPARK-42185.

Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Hyukjin Kwon <[email protected]>
  • Loading branch information
dongjoon-hyun authored and HyukjinKwon committed Jan 25, 2023
1 parent 9835476 commit 001408c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish_snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
matrix:
branch:
- master
- branch-3.4
- branch-3.3
- branch-3.2
steps:
Expand Down

0 comments on commit 001408c

Please sign in to comment.