mirror of
https://github.com/asdf-vm/asdf.git
synced 2024-11-15 01:28:17 -07:00
fix: update event trigger for doc-version workflow (#1232)
Possible fix for https://github.com/asdf-vm/asdf/issues/1230
This commit is contained in:
parent
f8109e0d8c
commit
0bc8c3ab68
4
.github/workflows/docs-version.yml
vendored
4
.github/workflows/docs-version.yml
vendored
@ -1,9 +1,9 @@
|
||||
name: "Docs Version Update"
|
||||
|
||||
on:
|
||||
create:
|
||||
push:
|
||||
tags:
|
||||
- "*"
|
||||
- '*'
|
||||
|
||||
jobs:
|
||||
bump-version-in-docs:
|
||||
|
Loading…
Reference in New Issue
Block a user