Skip to content

Commit

Permalink
[Chore] Release on new tag (databrickslabs#415)
Browse files Browse the repository at this point in the history
* We want to perform a release when new tags are pushed

* Rename dist-releasae.yml to dist-release.yml

---------

Co-authored-by: Lorin Dawson <[email protected]>
  • Loading branch information
tnixon and R7L208 authored Nov 15, 2024
1 parent 8489cc1 commit 770cd66
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ on:
paths-ignore:
- 'docs/**' # Ignore changes in the docs folder for pushes
- '.github' # Ignore changes in the .github folder for pushes
tags:
- 'v*' # only release a versioned tag, such as v.X.Y.Z

jobs:
release:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/docs-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
branches: ['master']
paths:
- 'docs/**' # Trigger when files inside docs folder are changed
tags:
- 'v*' # only release a versioned tag, such as v.X.Y.Z
pull_request:
paths:
- 'docs/**' # Trigger when docs are changed within a pull request
Expand Down

0 comments on commit 770cd66

Please sign in to comment.