mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2024-11-10 10:17:11 +03:00
28fb9c4d98
Before, we were unintentionally not signing for pushes, and only signing for PRs. We definitely *do* want to sign for pushes, (such as to `master` branch), so that Rolling releases get signed, but we probably don't need (and probably don't want?) to sign for PRs. (Regardless of whether from a fork or not.) So, this commit essentially reverses the situation from before: - DO sign for branch pushes. (Note: the workflow currently only triggers for `master` branch pushes.) - DON'T sign for any other events, such as for Pull Requests. (This change is for GitHub Actions only, as the Cirrus config was already set up in a very particular way during the migration of most binary builds to GitHub Actions, which was quite recent, and doesn't need any changes at this time.) |
||
---|---|---|
.. | ||
workflows | ||
lock.yml | ||
move.yml | ||
no-response.yml | ||
pull.yml | ||
renovate.json | ||
stale.yml |