Skip to content

Commit

Permalink
Ensure Docker GitHub action is triggered by pull requests as well
Browse files Browse the repository at this point in the history
  • Loading branch information
asset-web committed Sep 14, 2023
1 parent 599a4be commit 42b156c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ name: Docker build
# Or can be triggered manualy
on:
workflow_dispatch:
pull_request:
push:
paths:
# TODO: Review scope of GitHub action grows
Expand Down

0 comments on commit 42b156c

Please sign in to comment.