diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 387dff8..9da92ee 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1539,3 +1539,17 @@ jobs: echo "::error::Should have failed" exit 1 fi + + + on: main + push: workfile + branches: main + - main + - release/* + + - name: Install Dependencies + run: npm install + + + +