Skip to content

Commit 20e7fad

Browse files
committed
[FlINK-36392] Only run the jobs on push to main or release-*
Avoids duplicated execution when updating a PR.
1 parent ec21d48 commit 20e7fad

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@
2323
name: Flink Kubernetes Operator CI
2424
on:
2525
push:
26+
branches:
27+
- main
28+
- release-*
2629
pull_request:
2730
jobs:
2831
test_ci:

0 commit comments

Comments
 (0)