kopia lustrzana https://github.com/bugout-dev/moonstream
Fixed actions to work only with new PR to main
rodzic
cd67560330
commit
2cbea1d26d
|
@ -1,7 +1,9 @@
|
|||
name: Lint Moonstream backend
|
||||
|
||||
on:
|
||||
push:
|
||||
pull_request:
|
||||
branches:
|
||||
- "main"
|
||||
paths:
|
||||
- "backend/**"
|
||||
|
||||
|
|
|
@ -1,7 +1,9 @@
|
|||
name: Lint Moonstream crawlers
|
||||
|
||||
on:
|
||||
push:
|
||||
pull_request:
|
||||
branches:
|
||||
- "main"
|
||||
paths:
|
||||
- "crawlers/**"
|
||||
|
||||
|
|
|
@ -1,7 +1,9 @@
|
|||
name: Lint Moonstream db
|
||||
|
||||
on:
|
||||
push:
|
||||
pull_request:
|
||||
branches:
|
||||
- "main"
|
||||
paths:
|
||||
- "db/**"
|
||||
|
||||
|
|
|
@ -1,9 +1,6 @@
|
|||
name: Build Moonstream frontend
|
||||
|
||||
on:
|
||||
push:
|
||||
paths:
|
||||
- "frontend/**"
|
||||
pull_request:
|
||||
branches:
|
||||
- "main"
|
||||
|
|
Ładowanie…
Reference in New Issue