mirror of
https://github.com/p-stream/p-stream.git
synced 2026-03-11 17:55:33 +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:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- production
|
- master
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build_pwa:
|
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:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- production
|
- master
|
||||||
- dev
|
- dev
|
||||||
- beta
|
- beta
|
||||||
- embed
|
|
||||||
pull_request:
|
pull_request:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue