We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 723d7ad commit 2308024Copy full SHA for 2308024
ci/modified-packages/action.yml
@@ -25,7 +25,7 @@ runs:
25
GITHUB_REF=${GITHUB_REF#refs/tags/}
26
BRANCH=${GITHUB_BASE_REF:-${GITHUB_REF}}
27
DEFAULT_BRANCH=${{ github.event.repository.default_branch }}
28
- if [[ "${GITHUB_EVENT_NAME}" == "schedule" ]] || ([[ "${GITHUB_EVENT_NAME}" == "push" ]] && [[ "${BRANCH}" == "${DEFAULT_BRANCH}" ]])
+ if [[ "${GITHUB_EVENT_NAME}" == "schedule" ]] || ([[ "${GITHUB_EVENT_NAME}" == "push" ]] || [[ "${GITHUB_EVENT_NAME}" == "workflow_dispatch" ]] && [[ "${BRANCH}" == "${DEFAULT_BRANCH}" ]])
29
then
30
ALL=true
31
fi
0 commit comments