Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CI: prevent duplicate triggering of build workflow
Builds are triggered on pushes to the repo and when a PR is updated. If a PR from a branch in the same repo is pushed to, both triggers activate, starting each job twice. This change guards against this case.
- Loading branch information