Add check-pr.yml

revert-4113-patch-1
Ivanq 4 years ago
parent 07e774f5bc
commit 81e1496610
  1. 13
      .github/workflows/check-pr.yml

@ -0,0 +1,13 @@
name: Check PR modifications
on:
pull_request:
branches:
- master
paths:
- index.md
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Return error
run: echo Test
Loading…
Cancel
Save