diff --git a/.github/workflows/none.yml b/.github/workflows/none.yml new file mode 100644 index 0000000..f885764 --- /dev/null +++ b/.github/workflows/none.yml @@ -0,0 +1,11 @@ +name: Do Nothing + +on: + push: + branches: + - master + pull_request: + branches: + - master + +jobs: []