mirror of
https://github.com/beekeeper-studio/beekeeper-studio.git
synced 2026-03-13 10:12:54 +08:00
The workflow already runs on all PRs and master pushes, so we don't need additional branch checks. Just always build .deb and run the test. Changes: - Remove complex branch checking logic from build step - Remove conditional from test job - Always build .deb on Ubuntu (still only on Ubuntu via matrix check) - Always run hardlinks test Much simpler and easier to maintain.