Skip to content

Commit

Permalink
added a test
Browse files Browse the repository at this point in the history
  • Loading branch information
emamihe committed Dec 20, 2023
1 parent c555290 commit 2e1deb2
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/release-dev-log-server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,13 @@ name: Release logs server dev

on:
push:
branches:
- develop
paths:
- "cmd/logs/**"
- "pkg/logs/**"
tags:
- "v[0-9]+.[0-9]+.[0-9]+-*"
#branches:
# - develop
#paths:
# - "cmd/logs/**"
# - "pkg/logs/**"

permissions:
id-token: write
Expand Down

0 comments on commit 2e1deb2

Please sign in to comment.