79432524

Date: 2025-02-12 09:32:02
Score: 2
Natty:
Report link

name: Manual Workflow on PR on: pull_request: types: - opened workflow_dispatch:

jobs: build: runs-on: ubuntu-latest

steps:
  - name: Checkout code
    uses: actions/checkout@v2

i am new to github actions but what will happen if we write worflow_dispatch : before types and what will happen if we write it more down

Reasons:
  • RegEx Blacklisted phrase (1.5): i am new
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Shashwat Chaturvedi