fixed gh-pages workflow … 🤦
This commit is contained in:
parent
f034ae4220
commit
102718139c
1 changed files with 2 additions and 2 deletions
4
.github/workflows/gh-pages.yaml
vendored
4
.github/workflows/gh-pages.yaml
vendored
|
@ -3,8 +3,8 @@
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
tags:
|
tags:
|
||||||
- 'release/*.*'
|
- 'releases/*.*'
|
||||||
- 'release/*.*.*'
|
- 'releases/*.*.*'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
Loading…
Reference in a new issue