diff --git a/.github/workflows/test_without_create.yml b/.github/workflows/test_without_create.yml new file mode 100644 index 00000000..cf8a0dad --- /dev/null +++ b/.github/workflows/test_without_create.yml @@ -0,0 +1,17 @@ +name: Run SEO Tests + +on: + pull_request: + branches: [ master ] + types: + - review_requested + +jobs: + run_seo_tests: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2 + - name: Hello + run: ls + - name: Step two + run: echo 'Hello there' diff --git a/newcommit b/newcommit new file mode 100644 index 00000000..7cf5f2b2 --- /dev/null +++ b/newcommit @@ -0,0 +1,3 @@ +new commit 1 +another line +new commit