CI: split and rename the workflows to windows/macos/linux
authorPeter Hutterer <peter.hutterer@who-t.net>
Mon, 17 Jan 2022 04:05:41 +0000 (14:05 +1000)
committerPeter Hutterer <peter.hutterer@who-t.net>
Mon, 17 Jan 2022 11:44:48 +0000 (21:44 +1000)
commit121cd377539da3d91c8d44556d0962331444f3b4
treef9d65fe69c4c11213719abc37cf3c6b2ef71d5ff
parent9bbe629aad691c9ad6a58a3f011ece0d94e08f21
CI: split and rename the workflows to windows/macos/linux

"main" is a bit non-descriptive, let's name them after the platforms we run them
on. Splitting them up allows us to be less selective on how we run the various
workflows, e.g. always running the linux one.
.github/workflows/linux.yml [new file with mode: 0644]
.github/workflows/macos.yml [new file with mode: 0644]
.github/workflows/main.yml [deleted file]
.github/workflows/windows.yml [new file with mode: 0644]