Skip to content

Commit 67c849a

Browse files
committed
CI config
1 parent 1db54a4 commit 67c849a

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.github/workflows/deploy-branch.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,17 @@ name: Deploy branch KDoc pages
22
on:
33
push:
44
branches:
5-
- 'kdoc-deploy/*'
6-
- 'kdoc-deploy/snapshots/*'
5+
- 'kdoc-deploy/**'
6+
- 'kdoc-deploy/snapshots/**'
77
# - kdoc-deploy/component-telegram
88

99
jobs:
10+
echo-ref:
11+
runs-on: ubuntu-latest
12+
steps:
13+
- run: echo "github.ref is ${{ github.ref }}"
14+
- run: echo "github.ref_name is ${{ github.ref_name }}"
15+
1016
# TG
1117
deploy-telegram-kdoc-pages:
1218
if: github.ref == 'refs/heads/kdoc-deploy/component-telegram'

0 commit comments

Comments
 (0)