File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 3939 if : >-
4040 (github.event_name == 'schedule') ||
4141 github.event_name == 'workflow_dispatch' ||
42+ github.event_name == 'release' ||
4243 (github.event_name == 'pull_request' &&
4344 contains(github.event.pull_request.labels.*.name, 'Build')) ||
4445 (github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v') && ( ! endsWith(github.ref, 'dev0')))
8485 if : >-
8586 (github.event_name == 'schedule') ||
8687 github.event_name == 'workflow_dispatch' ||
88+ github.event_name == 'release' ||
8789 (github.event_name == 'pull_request' &&
8890 contains(github.event.pull_request.labels.*.name, 'Build')) ||
8991 (github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v') && ( ! endsWith(github.ref, 'dev0')))
You can’t perform that action at this time.
0 commit comments