Skip to content

Commit 6855e7d

Browse files
committed
Publish releases only.
1 parent 099e6ff commit 6855e7d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ name: Build & Deploy Web Apps to GitHub Pages
22

33
on:
44
push:
5-
branches: [ "**" ]
5+
tags:
6+
- '*' # Push events to matching *, i.e. 1.0, 20.15.10
67

78
permissions:
89
contents: read

0 commit comments

Comments
 (0)