Procházet zdrojové kódy

fix ci for external PRs

RustamGimadiev před 4 roky
rodič
revize
29d11f529f

+ 3 - 0
.github/workflows/backend.yml

@@ -1,5 +1,8 @@
 name: backend
 on:
+  pull_request:
+    branches:
+      - "master"
   push:
     branches:
       - "**"

+ 3 - 0
.github/workflows/frontend.yaml

@@ -1,5 +1,8 @@
 name: frontend
 on:
+  pull_request:
+    branches:
+      - "master"
   push:
     branches:
       - "**"