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 c70e98f commit 1e7846aCopy full SHA for 1e7846a
.github/workflows/release-js-package.yml
@@ -6,7 +6,7 @@ on:
6
- main
7
paths:
8
- "packages/sdk/**" # Trigger only changes in packages
9
- - "workflows/release-js-package.yml"
+ - ".github/workflows/release-js-package.yml"
10
11
concurrency: ${{ github.workflow }}-${{ github.ref }}
12
0 commit comments