You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: do not trigger build workflows after merging to main or for release PRs
Since all merges to the main branch must be a fast-forward rebase, CI
builds should not be run when merged to main. They are run via the
pull request before merging.
The continuous_integration workflow should be triggered for pull requests
targeting main.
The experimental_ruby_builds workflow should only be triggered manually via
the GitHub UI.
Move unneeded builds from continuous_integration to experimental_ruby_builds
There is not a good reason to have a specific builds in the
continuous_integration workflow on Windows, or using JRuby or TruffleRuby.
0 commit comments