Yiyiyimu commented on a change in pull request #3621:
URL: https://github.com/apache/apisix/pull/3621#discussion_r584480562
##########
File path: .github/workflows/centos7-ci.yml
##########
@@ -29,6 +27,16 @@ jobs:
with:
submodules: recursive
+ - name: Build rpm package
Review comment:
Yes it would only be triggered when we push to release branch. See the
next line
```
if: ${{ startsWith(github.ref, 'refs/heads/release/') }}
```
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]