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:
Trevor Brown 2022-05-20 09:07:11 -04:00 committed by GitHub
parent f8109e0d8c
commit 0bc8c3ab68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,9 +1,9 @@
name: "Docs Version Update"
on:
create:
push:
tags:
- "*"
- '*'
jobs:
bump-version-in-docs: