enable feature branch api-schema test (#12550)

- enable schema upload to s3 bucket for feature branch
- add workflow to delete schema from s3 bucket when feature branch is deleted

Signed-off-by: Hao Liu <haoli@redhat.com>
This commit is contained in:
Hao Liu
2022-11-04 12:14:55 -04:00
committed by GitHub
parent 83c48bb5fa
commit 6e25a552d3
2 changed files with 25 additions and 0 deletions

View File

@@ -5,6 +5,7 @@ on:
branches:
- devel
- release_**
- feature_**
jobs:
push:
runs-on: ubuntu-latest