Skip to content

Commit 765a918

Browse files
author
Chris Wiechmann
committed
Update plugin-fn-elasticsearch-publish.yml
1 parent ceb4056 commit 765a918

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/plugin-fn-elasticsearch-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
jobs:
1313
build:
1414
# This is a required check, as the on:release can't be filtered on given tags
15-
if: contains(github.ref, 'TAG_USED_TO_RELEASE')
15+
if: contains(github.ref, 'plugin-fn-elasticsearch')
1616
env:
1717
# This must be aligned with the folder-name of you plugin
1818
workingDirectory: 'api-builder-plugin-fn-elasticsearch'

0 commit comments

Comments
 (0)