Skip to content

Commit

Permalink
Run version bump workflow on tag creation (#1001)
Browse files Browse the repository at this point in the history
  • Loading branch information
vinistock committed Sep 13, 2023
1 parent 09a53f0 commit 74da159
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/version_bump.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: Release

on:
release:
types: [published]
push:
tags:
- v*

jobs:
publish:
Expand Down

0 comments on commit 74da159

Please sign in to comment.