Skip to content

Commit

Permalink
chore: ignore devcontainer to build docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
0x5c3p73r committed Nov 2, 2023
1 parent 92ae698 commit 7aad48c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:
- develop
tags:
- v*
paths-ignore:
- '.devcontainer/*'
- '.github/workflows/publish_codespace_image.yml*'
workflow_dispatch:

env:
Expand Down

0 comments on commit 7aad48c

Please sign in to comment.