sonic2kk / steamtinkerlaunch

Linux wrapper tool for use with the Steam client for custom launch options and 3rd party programs
GNU General Public License v3.0
2.04k stars 70 forks source link

ci(shellcheck): Change workflow to run on PR label event #1068

Closed sonic2kk closed 3 months ago

sonic2kk commented 3 months ago

Instead of running ShellCheck when a PR is opened, we should run it when a PR is labelled. Outside of PRs, we should run the workflow on merge, but only for the master branch.

In other words, our ShellCheck Action should run in the following conditions:

Still finding my feet with these workflows, but I think it should be fine.