Skip to content

Commit

Permalink
Merge pull request #14 from techstartucalgary/ci/testing-workflow
Browse files Browse the repository at this point in the history
Fixed branches in ci.yml
  • Loading branch information
Axeloooo authored Nov 19, 2023
2 parents c0b5f5f + 9ae026e commit d60f097
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions backend/.github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
name: Continuous Integration

on:
- pull_request

pull_request:
branches:
- main
- dev

jobs:

testing:
Expand Down

0 comments on commit d60f097

Please sign in to comment.