Skip to content

Commit f577350

Browse files
committed
Don't check the version when running from workflow_dispatch
1 parent 5745e6d commit f577350

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
ref: main
1313

1414
- name: Check version changes
15+
if: github.event_name != 'workflow_dispatch'
1516
uses: EndBug/version-check@v2
1617
id: check
1718

0 commit comments

Comments
 (0)