We use cookies to ensure you get the best experience on our website
RustamGimadiev
4 anos atrás
|
@@ -1,5 +1,8 @@
|
|
|
name: backend
|
|
|
on:
|
|
|
+ pull_request:
|
|
|
+ branches:
|
|
|
+ - "master"
|
|
|
push:
|
|
|
branches:
|
|
|
- "**"
|
|
@@ -1,5 +1,8 @@
|
|
|
name: frontend
|
|
|
on:
|
|
|
+ pull_request:
|
|
|
+ branches:
|
|
|
+ - "master"
|
|
|
push:
|
|
|
branches:
|
|
|
- "**"
|