UniversityOfSaskatchewanCMPT371 / term-project-2024-team-4

Apache License 2.0
2 stars 2 forks source link

Double the CI Pipeline Checks when creating a pull request from `develop` into `main` #81

Closed lecegues closed 8 months ago

lecegues commented 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 image

lecegues commented 8 months ago

Problem was due to pipeline running on pushes to branches: ["main", "develop"]; solution was to remove develop branch. Fixed: image