Skip to content

Commit

Permalink
ci(#49): consolidate triggers
Browse files Browse the repository at this point in the history
define both in a single workflow file

Signed-off-by: Bryant Finney <[email protected]>
  • Loading branch information
bryant-finney committed Dec 22, 2023
1 parent be23295 commit 11b75b6
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 78 deletions.
12 changes: 11 additions & 1 deletion .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,17 @@
name: 🐳 Docker

on:
workflow_call:
pull_request:
paths:
- .github/workflows/docker-build.yml
- Dockerfile
- docker-compose.yml
- platforms.yml
- poetry.lock

push:
tags: v*
branches: [main]

# ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯

Expand Down
64 changes: 0 additions & 64 deletions .github/workflows/pr.yml

This file was deleted.

13 changes: 0 additions & 13 deletions .github/workflows/protected.yml

This file was deleted.

0 comments on commit 11b75b6

Please sign in to comment.