Skip to content

Commit

Permalink
add main / tag conditions
Browse files Browse the repository at this point in the history
Signed-off-by: Mehdi Bechiri <cebidhem@pm.me>
  • Loading branch information
cebidhem authored and nalepae committed Jun 22, 2023
1 parent 9c2829f commit 8b8cacc
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
name: Docker

on:
push:
branches: [ "main" ]
paths:
- 'eth_validator_watcher/*.py'
- 'Dockerfile'
- 'liveness_check.py'
- 'pyproject.toml'
- ".github/workflows/docker.yaml"
tags:
- "v*"
pull_request:
branches: ["main"]
paths:
Expand Down

0 comments on commit 8b8cacc

Please sign in to comment.