Skip to content

Commit

Permalink
ignore .github folder for docker build tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
jeff-french committed Mar 31, 2024
1 parent 6106caf commit b0fdfb3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ecr-public.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
push:
branches:
- main
paths-ignore:
- '.github/**'

env:
CONTAINER_REGISTRY: public.ecr.aws
Expand Down

0 comments on commit b0fdfb3

Please sign in to comment.