Skip to content

Commit 73796ad

Browse files
committed
Refactor GitHub Actions workflow for Docker image publishing by removing unnecessary path filters for triggering builds. This simplifies the workflow configuration and enhances maintainability.
1 parent 19109de commit 73796ad

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

.github/workflows/docker-publish.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,8 @@ on:
55
branches: [ "master", "main" ]
66
# Publish semver tags as releases
77
tags: [ 'v*.*.*' ]
8-
paths:
9-
- 'tor/Dockerfile'
10-
- 'tor/Dockerfile.tor-from-source'
11-
- 'tor/config/**'
12-
- 'tor/entrypoint.sh'
13-
- 'tor/start.sh'
14-
- '.github/workflows/docker-publish.yml'
158
pull_request:
169
branches: [ "master", "main" ]
17-
paths:
18-
- 'tor/Dockerfile'
19-
- 'tor/Dockerfile.tor-from-source'
20-
- 'tor/config/**'
21-
- 'tor/entrypoint.sh'
22-
- 'tor/start.sh'
23-
- '.github/workflows/docker-publish.yml'
2410

2511
jobs:
2612
build:

0 commit comments

Comments
 (0)