Skip to content

Commit

Permalink
Update base workflow to include path match
Browse files Browse the repository at this point in the history
  • Loading branch information
nstogner committed Jul 18, 2023
1 parent b9d824b commit cb44ad5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: base
run-name: ${{ github.actor }} triggered Docker pipeline 🚀
on:
push:
paths:
- 'base/*'
branches:
- main
tags:
Expand Down
4 changes: 4 additions & 0 deletions base/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Base Image

Intended to be used in the `FROM` block of other Dockerfiles.

0 comments on commit cb44ad5

Please sign in to comment.