mirror of
https://github.com/p-stream/p-stream.git
synced 2026-01-11 20:10:32 +00:00
update .github
This commit is contained in:
parent
2b95e544fc
commit
f25e055477
2 changed files with 2 additions and 3 deletions
2
.github/workflows/deploying.yml
vendored
2
.github/workflows/deploying.yml
vendored
|
|
@ -3,7 +3,7 @@ name: Deploying
|
|||
on:
|
||||
push:
|
||||
branches:
|
||||
- production
|
||||
- master
|
||||
|
||||
jobs:
|
||||
build_pwa:
|
||||
|
|
|
|||
3
.github/workflows/linting_testing.yml
vendored
3
.github/workflows/linting_testing.yml
vendored
|
|
@ -3,10 +3,9 @@ name: Linting and Testing
|
|||
on:
|
||||
push:
|
||||
branches:
|
||||
- production
|
||||
- master
|
||||
- dev
|
||||
- beta
|
||||
- embed
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
|
|
|
|||
Loading…
Reference in a new issue