ashb commented on a change in pull request #15528:
URL: https://github.com/apache/airflow/pull/15528#discussion_r635268376
##########
File path: .github/workflows/ci.yml
##########
@@ -21,9 +21,9 @@ on: # yamllint disable-line rule:truthy
schedule:
- cron: '28 0 * * *'
push:
- branches: ['master', 'v1-10-test', 'v1-10-stable', 'v2-0-test']
+ branches: ['master', 'v*-*-test']
pull_request:
- branches: ['master', 'v1-10-test', 'v1-10-stable', 'v2-0-test']
+ branches: ['master', 'v*-*-test', 'v*-*-stable']
Review comment:
Yeah, this was one of those "I feel like it should be possible to me"
cases and was in the mindset to go digging 😁
--
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]