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