Skip to content

Commit

Permalink
fix(server): add missing keyword jobs to ci file
Browse files Browse the repository at this point in the history
  • Loading branch information
dhommen committed Jan 23, 2024
1 parent 4714bfd commit 22b385c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-server.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Publish-Server
on:
push:
branches:
- feat/logging-house-server
branches: ["feat/logging-house-server"]

jobs:
publish-ch-edc:
runs-on: ubuntu-latest
permissions:
Expand Down

0 comments on commit 22b385c

Please sign in to comment.