Skip to content

Commit

Permalink
ci: Update SemVer (#290)
Browse files Browse the repository at this point in the history
  • Loading branch information
helayoty committed Sep 9, 2022
1 parent 21a8d4d commit 5992428
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/chart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
- "charts/**"
create:
# Publish semver tags as releases.
tags: [ 'v*.*.*.*' ]
tags: [ 'v*.*.*' ]

permissions:
contents: write
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: create_release
on:
create:
# Publish semver tags as releases.
tags: [ 'v*.*.*.*' ]
tags: [ 'v*.*.*' ]

permissions:
contents: write
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,10 @@ on:
push:
branches:
- master
- release-*
workflow_dispatch: {}
pull_request:
branches:
- master
- release-*
paths-ignore: [docs/**, "**.md", "**.mdx", "**.png", "**.jpg"]

env:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/publish-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: publish_images
on:
create:
# Publish semver tags as releases.
tags: [ 'v*.*.*.*' ]
tags: [ 'v*.*.*' ]

permissions:
contents: read
Expand All @@ -16,7 +16,6 @@ env:
jobs:
export-registry:
runs-on: ubuntu-20.04
needs: detect-noop
if: needs.detect-noop.outputs.noop != 'true'
outputs:
registry: ${{ steps.export.outputs.registry }}
Expand Down

0 comments on commit 5992428

Please sign in to comment.