Skip to content

Commit e59a83a

Browse files
authored
Merge pull request #278 from serversideup/fix-pr-actions
chore: remove paths filter from pull request trigger in GitHub Actions workflow for image publishing
2 parents 28555f3 + 311384c commit e59a83a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/action_publish-images-pr.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@ on:
44
workflow_dispatch:
55
pull_request:
66
types: [opened, synchronize, reopened]
7-
paths:
8-
- src/**
9-
- .github/workflows/**
10-
- github-cli-build-version.txt
117

128
jobs:
139
build-test-images:

0 commit comments

Comments
 (0)