Skip to content

Commit 102a8ee

Browse files
(CI)(modified-packages) ALL when manually triggering default branch (#701)
2 parents 723d7ad + 83073cd commit 102a8ee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.18.1
1+
1.19.0

ci/modified-packages/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ runs:
2525
GITHUB_REF=${GITHUB_REF#refs/tags/}
2626
BRANCH=${GITHUB_BASE_REF:-${GITHUB_REF}}
2727
DEFAULT_BRANCH=${{ github.event.repository.default_branch }}
28-
if [[ "${GITHUB_EVENT_NAME}" == "schedule" ]] || ([[ "${GITHUB_EVENT_NAME}" == "push" ]] && [[ "${BRANCH}" == "${DEFAULT_BRANCH}" ]])
28+
if [[ "${GITHUB_EVENT_NAME}" == "schedule" ]] || ([[ "${GITHUB_EVENT_NAME}" == "push" ]] || [[ "${GITHUB_EVENT_NAME}" == "workflow_dispatch" ]] && [[ "${BRANCH}" == "${DEFAULT_BRANCH}" ]])
2929
then
3030
ALL=true
3131
fi

0 commit comments

Comments
 (0)