Skip to content

Commit

Permalink
chore!: text test
Browse files Browse the repository at this point in the history
description definition
Closes ING-5454
  • Loading branch information
emanuelaepure10 committed Mar 7, 2024
1 parent 6ecc2c9 commit 45a8194
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/create_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
push:
# Sequence of patterns matched against refs/tags
tags:
- 'on_v*' # Push events to matching v*, i.e. v1.0, v20.15.10
- 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/generate_changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
push:
# Sequence of patterns matched against refs/tags
tags:
- '*' # Push events to matching v*, i.e. v1.0, v20.15.10
- 'v.*' # Push events to matching v*, i.e. v1.0, v20.15.10

jobs:
build:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
name: 'Release Please'
on:
push:
branches:
- main
# Sequence of patterns matched against refs/tags
tags:
- 'version_*' # Push events to matching version_*, i.e. v1.0, v20.15.10

permissions:
contents: write
Expand Down

0 comments on commit 45a8194

Please sign in to comment.