Currently, I have the Github Actions configuration file triggering a test whenever a push or pull request is made. This results in the same test running twice when a pull-request is open for a branch. This is wasteful, and we should find a better configuration for this.
Currently, I have the Github Actions configuration file triggering a test whenever a push or pull request is made. This results in the same test running twice when a pull-request is open for a branch. This is wasteful, and we should find a better configuration for this.