Skip to content

Commit 8f33116

Browse files
committed
GitHub workflow for releasing the official Apache Spark
1 parent bf7ad39 commit 8f33116

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build_main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ name: "Build"
2222
on:
2323
push:
2424
branches:
25-
- '**'
25+
- 'nonexistent'
2626

2727
jobs:
2828
call-build-and-test:

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
name: Release Apache Spark
2020

2121
on:
22-
schedule:
23-
- cron: '0 7 * * *'
24-
workflow_dispatch:
22+
push:
23+
branches:
24+
- '**'
2525

2626
jobs:
2727
release:

0 commit comments

Comments
 (0)