Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix: update event trigger for doc-version workflow (#1232)
Possible fix for #1230
  • Loading branch information
Stratus3D committed May 20, 2022
1 parent f8109e0 commit 0bc8c3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs-version.yml
@@ -1,9 +1,9 @@
name: "Docs Version Update"

on:
create:
push:
tags:
- "*"
- '*'

jobs:
bump-version-in-docs:
Expand Down

0 comments on commit 0bc8c3a

Please sign in to comment.