Skip to content

Commit

Permalink
Trigger release pipeline when tag is created.
Browse files Browse the repository at this point in the history
Signed-off-by: Gregory Schofield <[email protected]>
  • Loading branch information
gscho committed Mar 3, 2024
1 parent 04c0dbb commit 05deadc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ on:
workflow_dispatch:
push:
branches: [ main ]
release:
types: [published]
tags:
- "v[0-9]+.[0-9]+.[0-9]+"
pull_request:
branches: [ main ]

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.11.2
0.11.3

0 comments on commit 05deadc

Please sign in to comment.