Skip to content

Commit aa7ac4c

Browse files
committed
make ci pipeline run on pull requests as well as pushes
1 parent bbde254 commit aa7ac4c

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
name: Bmore-Responsive
22

3-
on: push
4-
3+
on:
4+
- push
5+
- pull_request
56
env:
67
NODE_ENV: development
78
DATABASE_PASSWORD: password

0 commit comments

Comments
 (0)