diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index 8b01671..b8d8376 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -5,10 +5,12 @@ on: branches: - main - v1.X + - release/beta pull_request: branches: - main - v1.X + - release/beta concurrency: group: ${{ github.workflow }}-${{ github.event_name == 'pull_request' && github.head_ref || github.ref }} @@ -40,4 +42,4 @@ jobs: run: yarn build - name: Test - run: yarn test \ No newline at end of file + run: yarn test diff --git a/.github/workflows/linting.yml b/.github/workflows/linting.yml index 8808693..9a2a5a9 100644 --- a/.github/workflows/linting.yml +++ b/.github/workflows/linting.yml @@ -5,10 +5,12 @@ on: branches: - main - v1.X + - release/beta pull_request: branches: - main - v1.X + - release/beta concurrency: group: ${{ github.workflow }}-${{ github.event_name == 'pull_request' && github.head_ref || github.ref }} @@ -39,4 +41,4 @@ jobs: - name: Lint run: | yarn lint - yarn prettier \ No newline at end of file + yarn prettier