Skip to content

Commit 8ba076a

Browse files
committed
test on the branch
1 parent 8c7d5b7 commit 8ba076a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pre-release.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ env:
1616
jobs:
1717
checks:
1818
# Run only on release branch (changeset-release/main):
19-
if: github.head_ref == 'changeset-release/main'
19+
if: github.head_ref == 'chore/require-config-update'
20+
# if: github.head_ref == 'changeset-release/main'
2021
runs-on: ubuntu-latest
2122
steps:
2223
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)