diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 06a29475..e84fb5bf 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -53,7 +53,7 @@ jobs: name: Publish runs-on: ubuntu-latest needs: unit-test - if: github.ref == 'refs/heads/master' + if: github.ref == 'refs/heads/master' || github.ref == 'refs/heads/beta' steps: - name: Checkout uses: actions/checkout@v2