Admiral-Fish / PokeFinder

Cross platform Pokémon RNG tool
GNU General Public License v3.0
317 stars 78 forks source link

Fix doubling up actions in PRs #405

Closed SteveCookTU closed 3 months ago

SteveCookTU commented 4 months ago

This PR works to help solve actions running twice for PR pushes. Solution found and described here: https://github.com/orgs/community/discussions/57827

SteveCookTU commented 4 months ago

Another option is we could filter out the push actions (which may be better for the action lists) so that is only builds on pushes to master and PRs would take the pull_request event like intended