mirror of
https://github.com/rbreu/beeref.git
synced 2026-03-11 08:54:28 +00:00
Fix Action to rebuild website on release
This commit is contained in:
parent
0c3ccb2703
commit
03ad75d314
1 changed files with 3 additions and 3 deletions
6
.github/workflows/update_website.yml
vendored
6
.github/workflows/update_website.yml
vendored
|
|
@ -1,9 +1,9 @@
|
|||
name: Update Website
|
||||
|
||||
on:
|
||||
- workflow_dispatch
|
||||
- release:
|
||||
types: [published]
|
||||
workflow_dispatch:
|
||||
release:
|
||||
types: [published]
|
||||
|
||||
jobs:
|
||||
refresh:
|
||||
|
|
|
|||
Loading…
Reference in a new issue