Skip to content

Commit b311cc4

Browse files
authored
Update release-action.yml (#4)
1 parent 2d425e7 commit b311cc4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ name: Create Release
66
on:
77
push:
88
branches: [ "main" ]
9-
paths: [ ".devcontainer/**", "Dockerfile" ]
9+
paths: [ ".devcontainer/**" ]
1010
workflow_dispatch:
1111

1212
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
@@ -26,7 +26,7 @@ jobs:
2626
- name: Run tarball compression+
2727
# Copy file paths from `on.push.paths`
2828
run: |
29-
echo '[ ".devcontainer/**", "Dockerfile" ]' | tar -czvf ./artifact.tar.gz $(jq -r 'join(" ")')
29+
echo '[ ".devcontainer/**" ]' | tar -czvf ./artifact.tar.gz $(jq -r 'join(" ")')
3030
3131
- name: Set properties
3232
id: properties

0 commit comments

Comments
 (0)