kbendick commented on a change in pull request #4210:
URL: https://github.com/apache/iceberg/pull/4210#discussion_r815030774



##########
File path: .github/workflows/flink-ci.yml
##########
@@ -19,27 +19,13 @@
 
 name: "Flink CI"
 on:
-  push:

Review comment:
       Ok. I added the following which should cover any tags.
   ```yaml
   on:
     push:
       branches:
       - 'master'
      tags:
      - '**'
   ```




-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to