This change removes the push trigger from .github/workflows/haskell.yml, leaving the Haskell action to run for pull requests and manual dispatches only. It looks like a cleanup to align the workflow with its intended scope after it was still firing on master pushes. The practical effect is less redundant CI noise and fewer unnecessary workflow runs.

Restrict the Haskell CI workflow to pull requests so it no longer runs on direct pushes to master. - zhengqunkoo/xmobar