Closed lecegues closed 8 months ago
Should be 4 checks, but double the checks happen when doing a pull request from develop to main https://github.com/UniversityOfSaskatchewanCMPT371/term-project-2024-team-4/pull/80
develop
main
Problem was due to pipeline running on pushes to branches: ["main", "develop"]; solution was to remove develop branch. Fixed:
branches: ["main", "develop"]
Should be 4 checks, but double the checks happen when doing a pull request from
develop
tomain
https://github.com/UniversityOfSaskatchewanCMPT371/term-project-2024-team-4/pull/80