Fixed actions to work only with new PR to main

pull/106/head
kompotkot 2021-08-16 09:53:57 +00:00
rodzic cd67560330
commit 2cbea1d26d
4 zmienionych plików z 9 dodań i 6 usunięć

Wyświetl plik

@ -1,7 +1,9 @@
name: Lint Moonstream backend
on:
push:
pull_request:
branches:
- "main"
paths:
- "backend/**"

Wyświetl plik

@ -1,7 +1,9 @@
name: Lint Moonstream crawlers
on:
push:
pull_request:
branches:
- "main"
paths:
- "crawlers/**"

Wyświetl plik

@ -1,7 +1,9 @@
name: Lint Moonstream db
on:
push:
pull_request:
branches:
- "main"
paths:
- "db/**"

Wyświetl plik

@ -1,9 +1,6 @@
name: Build Moonstream frontend
on:
push:
paths:
- "frontend/**"
pull_request:
branches:
- "main"