Skip to content

Commit

Permalink
chore: setup ci to run on prs
Browse files Browse the repository at this point in the history
  • Loading branch information
aseerkt committed Jun 27, 2024
1 parent 1c8a835 commit 2a2fecb
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
8 changes: 7 additions & 1 deletion .github/workflows/client-ci.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
name: mChat Client CI

on:
push:
push:
branches:
- main
paths:
- .github/workflows/client-ci.yml
- client/*
pull_request:
branches:
- main
paths:
Expand Down
8 changes: 7 additions & 1 deletion .github/workflows/server-ci.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
name: mChat Server CI

on:
push:
push:
branches:
- main
paths:
- .github/workflows/server-ci.yml
- server/*
pull_request:
branches:
- main
paths:
Expand Down

0 comments on commit 2a2fecb

Please sign in to comment.