Skip to content

Commit

Permalink
ci: change the target branch to v1
Browse files Browse the repository at this point in the history
  • Loading branch information
cheton committed Sep 18, 2024
1 parent e90c74f commit 705fd66
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/changesets-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: Release
on:
push:
branches:
- v2
- v1
workflow_dispatch:

concurrency: ${{ github.workflow }}-${{ github.ref }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ci-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: ci-branch
on:
push:
branches:
- v2
- v1
workflow_dispatch:
branches:
- v2
- v1

permissions:
contents: write
Expand Down Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Configure environment variables
id: step_setup_env
run: |
TONIC_UI_REACT_VERSION=v2
TONIC_UI_REACT_VERSION=v1
echo "CI_BRANCH=${{ github.ref_name }}" >> $GITHUB_ENV
echo "CI_COMMIT=${{ github.sha }}" >> $GITHUB_ENV
echo "MATOMO_URL=//matomo.xdr.trendmicro.com" >> $GITHUB_ENV
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- reopened
- synchronize
branches:
- v2
- v1

permissions:
contents: write
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
workflow_call:
workflow_dispatch:
branches:
- v2
- v1

permissions:
contents: write
Expand Down

0 comments on commit 705fd66

Please sign in to comment.