Skip to content

Commit b2b762f

Browse files
committed
Only update on tag pushes
1 parent b6308a5 commit b2b762f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/docs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
name: Create PR on Docs repo
1+
name: Upload code docs to TerminusCMS
22
on:
33
push:
4-
# branches:
5-
# - main
4+
tags:
5+
- v*
66

77
jobs:
88
pull-request:

0 commit comments

Comments
 (0)