Skip to content

Commit

Permalink
ci: enable test suite for pull requests too (#61)
Browse files Browse the repository at this point in the history
# Checklist

* [x] I have read the contribution guidelines
* [x] Iff you changed code related to services, or inter-service
communication, make sure you update the diagrams in `ARCHITECTURE.md`.
* [x] Reference issue for this pull request:

# Description

Attempting to enable test suite for every pull request against main.
  • Loading branch information
ainghazal authored Feb 2, 2024
1 parent 2e2be95 commit f359d87
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
name: build

on: push
on:
push:
branches:
- main
pull_request:
branches:
- main

jobs:
short-tests:
Expand Down

0 comments on commit f359d87

Please sign in to comment.