diff --git a/.github/workflows/pr_test.yml b/.github/workflows/pr_test.yml new file mode 100644 index 00000000..59902903 --- /dev/null +++ b/.github/workflows/pr_test.yml @@ -0,0 +1,16 @@ +name: pr_test +description: Check Pull Request + +on: + workflow_dispatch: + pull_request: + +jobs: + + dummy: + runs-on: ubuntu-22.04 + steps: + - name: Do nothing yet + shell: bash + run: | + echo "ToDo"