Skip to content

Commit

Permalink
feat(publish-services): publish for next branches
Browse files Browse the repository at this point in the history
  • Loading branch information
AliMD committed Dec 10, 2022
1 parent 5ceb5b9 commit 5b607f3
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/publish-services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@ on:
push:
tags:
- 'v*.*.*'
# branches:
# - next
# - main
branches:
- next

pull_request:
paths:
Expand Down Expand Up @@ -104,7 +103,7 @@ jobs:
type=semver,enable=true,pattern={{major}}.{{minor}}
type=semver,enable=true,pattern={{version}}
type=ref,enable=true,event=pr
type=ref,enable=false,event=branch
type=ref,enable=true,event=branch
- name: 🚀 Build and push container image
id: build-and-push
Expand Down

0 comments on commit 5b607f3

Please sign in to comment.