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 name: Lint Moonstream backend
on: on:
push: pull_request:
branches:
- "main"
paths: paths:
- "backend/**" - "backend/**"

Wyświetl plik

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

Wyświetl plik

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

Wyświetl plik

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