diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml new file mode 100644 index 0000000..6f3d048 --- /dev/null +++ b/.github/workflows/pr.yml @@ -0,0 +1,10 @@ +name: "PR" +on: [pull_request, workflow_dispatch] +jobs: + fork: + # check PR is not running from a fork + name: Check head branch + runs-on: ubuntu-latest + steps: + - run: | + echo ${{ github.head_ref }} \ No newline at end of file