mirror of
https://github.com/OutlineFoundation/outline-server.git
synced 2026-05-13 13:58:57 +00:00
add yarn actions, fix ShadowsocksConfig macro, webpack bin (#993)
* add yarn actions, fix ShadowsocksConfig macro, webpack bin reverting unnecessary specificity * tweak action trigger
This commit is contained in:
parent
c37dd3751a
commit
f342bca31f
3 changed files with 11 additions and 1 deletions
9
.github/workflows/test.yml
vendored
9
.github/workflows/test.yml
vendored
|
|
@ -1,6 +1,13 @@
|
|||
name: Build and Test
|
||||
|
||||
on: push
|
||||
on:
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
types:
|
||||
- opened
|
||||
- synchronize
|
||||
|
||||
|
||||
jobs:
|
||||
manager:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue