Skip to content

Commit

Permalink
fix glob pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
bucko13 committed Mar 5, 2024
1 parent b4e349c commit 24b28b8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ on:
workflow_dispatch:
push:
tags:
- '@caravan/coordinator**'
branches:
- main
- '**/coordinator**'

permissions:
contents: write
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/dockerhub.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
name: Publish Docker container

on:
workflow_dispatch:
push:
tags:
- '@caravan/coordinator**'
- '**/coordinator**'

jobs:
docker:
Expand Down

0 comments on commit 24b28b8

Please sign in to comment.