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 b062046 commit 6746608Copy full SHA for 6746608
.github/workflows/deploy-obs.yml
@@ -2,7 +2,8 @@ name: Deploy to Huawei OBS
2
3
on:
4
push:
5
- branches: [dev]
+ tags:
6
+ - 'v*'
7
paths:
8
- 'examples/sites/**'
9
- '!examples/sites/**/*.spec.ts'
0 commit comments