Searched full:event_name (Results 1 – 1 of 1) sorted by relevance
17 (github.event_name == 'pull_request' &&19 github.event_name == 'workflow_dispatch' ||20 (github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v'))40 (github.event_name == 'pull_request' &&42 github.event_name == 'workflow_dispatch' ||43 (github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v'))59 if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')61 # if: github.event_name == 'release' && github.event.action == 'published'