Skip to content

Commit

Permalink
Fix running CI on release branch
Browse files Browse the repository at this point in the history
  • Loading branch information
findepi committed Jun 28, 2024
1 parent cbb8530 commit f48a63b
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/api-binary-compatibility.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ on:
branches:
- 'main'
- '0.**'
- '1.**'
tags:
- 'apache-iceberg-**'
pull_request:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/delta-conversion-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ on:
branches:
- 'main'
- '0.**'
- '1.**'
tags:
- 'apache-iceberg-**'
pull_request:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/flink-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ on:
branches:
- 'main'
- '0.**'
- '1.**'
tags:
- 'apache-iceberg-**'
pull_request:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/hive-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ on:
branches:
- 'main'
- '0.**'
- '1.**'
tags:
- 'apache-iceberg-**'
pull_request:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/java-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ on:
branches:
- 'main'
- '0.**'
- '1.**'
tags:
- 'apache-iceberg-**'
pull_request:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/open-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ on:
branches:
- 'main'
- '0.**'
- '1.**'
tags:
- 'apache-iceberg-**'
pull_request:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/spark-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ on:
branches:
- 'main'
- '0.**'
- '1.**'
tags:
- 'apache-iceberg-**'
pull_request:
Expand Down

0 comments on commit f48a63b

Please sign in to comment.