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 d6eba1c commit 6cd4f6eCopy full SHA for 6cd4f6e
.github/workflows/release.yaml
@@ -97,9 +97,9 @@ jobs:
97
--no-push \
98
--yes \
99
--allow-branch ${{ github.ref_name }} \
100
- --ignore @ui5/webcomponents-website \
101
- --ignore @ui5/webcomponents-cypress-internal \
102
- --ignore @ui5/webcomponents-cypress-ct \
+ --ignore-changes @ui5/webcomponents-website \
+ --ignore-changes @ui5/webcomponents-cypress-internal \
+ --ignore-changes @ui5/webcomponents-cypress-ct \
103
104
# Build
105
- name: Build
0 commit comments