Skip to content

Commit 917d098

Browse files
committed
Fjernet filter som ikke fungerte
1 parent 51de510 commit 917d098

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.github/workflows/buildAndPublish.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,7 @@ jobs:
2020
github.event_name == 'workflow_dispatch' ||
2121
(
2222
github.event_name == 'workflow_run' &&
23-
github.event.workflow_run.conclusion == 'success' &&
24-
(
25-
contains(github.event.workflow_run.head_commit.modified, 'src/') ||
26-
contains(github.event.workflow_run.head_commit.added, 'src/')
27-
) &&
28-
!(
29-
github.event.workflow_run.head_commit.modified == '["*.md"]' ||
30-
github.event.workflow_run.head_commit.added == '["*.md"]'
31-
)
23+
github.event.workflow_run.conclusion == 'success'
3224
)
3325
}}
3426

0 commit comments

Comments
 (0)