diff options
author | Chocobozzz <me@florianbigard.com> | 2020-08-06 10:26:39 +0200 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2020-08-06 10:58:36 +0200 |
commit | a3b5e78af3696f807e54bc4b11e559bbd9b6ba1e (patch) | |
tree | 037c42e9a7a637fba9be5d52800afba402eb9df2 /.github | |
parent | 5c145fe7ab6c1e975f5d43391316e8db9ca31974 (diff) | |
download | PeerTube-a3b5e78af3696f807e54bc4b11e559bbd9b6ba1e.tar.gz PeerTube-a3b5e78af3696f807e54bc4b11e559bbd9b6ba1e.tar.zst PeerTube-a3b5e78af3696f807e54bc4b11e559bbd9b6ba1e.zip |
Analyze embed too with bundlewatch
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/bundlewatch.yml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.github/workflows/bundlewatch.yml b/.github/workflows/bundlewatch.yml index 312bf6e64..2ca854509 100644 --- a/.github/workflows/bundlewatch.yml +++ b/.github/workflows/bundlewatch.yml | |||
@@ -9,9 +9,12 @@ on: | |||
9 | 9 | ||
10 | jobs: | 10 | jobs: |
11 | 11 | ||
12 | test: | 12 | bundlewatch: |
13 | runs-on: ubuntu-latest | 13 | runs-on: ubuntu-latest |
14 | 14 | ||
15 | env: | ||
16 | CI_BRANCH_BASE: develop | ||
17 | |||
15 | steps: | 18 | steps: |
16 | - uses: actions/checkout@v2 | 19 | - uses: actions/checkout@v2 |
17 | 20 | ||