konveyor / go-konveyor-tests

Apache License 2.0
1 stars 14 forks source link

Trigger on pull_request workflows on all branches #174

Closed aufi closed 1 month ago

aufi commented 2 months ago

There are TIER 0..2 on pull request workflows that should check the PR with CI. These workflows were targeted only to main branch that lead to not being executed on release-* branches. Updated to trigger on all branches.

Needs to be backported to release branches.

Fixes: https://github.com/konveyor/go-konveyor-tests/issues/173

aufi commented 1 month ago

Thanks for the PR @aufi. IIUC it will affect the badge status displayed on the CI repository: https://github.com/konveyor/ci/blob/main/README.md

Maybe better to create another file.

Thanks for review @mguetta1, you're right, updated.