Skip to content

Commit

Permalink
Enable GH actions to run on release/beta
Browse files Browse the repository at this point in the history
  • Loading branch information
vijayasingam-paddle committed Mar 26, 2024
1 parent 9cd6822 commit cbdfa82
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down Expand Up @@ -40,4 +42,4 @@ jobs:
run: yarn build

- name: Test
run: yarn test
run: yarn test
4 changes: 3 additions & 1 deletion .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down Expand Up @@ -39,4 +41,4 @@ jobs:
- name: Lint
run: |
yarn lint
yarn prettier
yarn prettier

0 comments on commit cbdfa82

Please sign in to comment.