SE701-T1 / backend

Class Buddy Matcher - Group project for SOFTENG 701 Team 1 (Backend).
MIT License
3 stars 24 forks source link

Fix CI workflow #150

Closed R055A closed 2 years ago

R055A commented 2 years ago

Description

Fixes Issue #149

The CI workflow for GitHub actions was not being triggered for execution in all of the desired cases. This pull request adds workflow triggers for all push, pull request and manual workflow dispatch events as there should be no conflict between events and it is better to know the state of each change before, during and after pull requests.

How has this been tested?

It has been tested locally. The fix is for a GitHub action workflow so there is no new testing.

Checklist