Skip to content

#5 Add GH Action to run&test PRs - prereq #2

#5 Add GH Action to run&test PRs - prereq

#5 Add GH Action to run&test PRs - prereq #2

Workflow file for this run

name: Build
on:
workflow_dispatch:
pull_request:
branches: [ master ]
types: [ opened, edited, synchronize, reopened ]
jobs:
placeholder:
name: Placeholder job
runs-on: ubuntu-latest
steps:
- name: Check
run: echo "Runner ${{ runner.environment }}"
shell: bash