Skip to content

Commit

Permalink
updating workflow definition for build-image
Browse files Browse the repository at this point in the history
  • Loading branch information
cremuzzi committed Feb 6, 2022
1 parent 6e4811e commit e57d4c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ on:
branches:
- master
paths:
- "./Dockerfile"
- "Dockerfile"
pull_request:
branches:
- master
paths:
- "./Dockerfile"
- "Dockerfile"

jobs:
build:
Expand Down

0 comments on commit e57d4c0

Please sign in to comment.