Skip to content

Commit e9ef307

Browse files
committed
[actions] Trigger website build targetting initial version of the spec.
1 parent 8d72bca commit e9ef307

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/update_website.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
name: Trigger website update
22
on:
33
push:
4-
tags: "v*"
4+
tags:
5+
- v*
6+
- 2015-09-05-9e8d0e3
57
jobs:
68
dispatch:
79
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)