We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c7d5b7 commit 8ba076aCopy full SHA for 8ba076a
.github/workflows/pre-release.yaml
@@ -16,7 +16,8 @@ env:
16
jobs:
17
checks:
18
# Run only on release branch (changeset-release/main):
19
- if: github.head_ref == 'changeset-release/main'
+ if: github.head_ref == 'chore/require-config-update'
20
+ # if: github.head_ref == 'changeset-release/main'
21
runs-on: ubuntu-latest
22
steps:
23
- uses: actions/checkout@v4
0 commit comments