diff options
Diffstat (limited to '.github/workflows')
-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 | ||