Skip to content

Commit 5da007c

Browse files
committed
chore: run docs only current
1 parent 86f6942 commit 5da007c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66

77
jobs:
88
build:
9+
if: github.event.base_ref == 'refs/heads/current'
910
permissions:
1011
contents: read
1112
name: Build
@@ -38,6 +39,7 @@ jobs:
3839
path: docs/build
3940

4041
deploy:
42+
if: github.event.base_ref == 'refs/heads/current'
4143
permissions:
4244
pages: write
4345
id-token: write

0 commit comments

Comments
 (0)