Closed exoego closed 1 year ago
To make CI faster.
On pull requests, GitHub Actions are executed both on push and pull_request event at this moment. This is redundant because same CI job is executed twice. See https://github.com/treasure-data/trino-client-ruby/pull/94 as example
push
pull_request
After this PR, push event is triggered only when main and master branch (when PR is merged).
main
master
Purpose
To make CI faster.
Overview
On pull requests, GitHub Actions are executed both on
push
andpull_request
event at this moment. This is redundant because same CI job is executed twice. See https://github.com/treasure-data/trino-client-ruby/pull/94 as exampleAfter this PR,
push
event is triggered only whenmain
andmaster
branch (when PR is merged).Checklist