Skip to content

Commit 878da25

Browse files
authored
CI/CD: Fix not using pull_request events (#18)
When the pull_request event is not used only the push event is used causing backend tests not to run.
1 parent 369d98e commit 878da25

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci_cd.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ on:
1313
- '.ci_cd/**'
1414
- '**/*.md'
1515

16+
# PR
17+
pull_request:
18+
1619
# When a release is published
1720
release:
1821
types: [published]

0 commit comments

Comments
 (0)