diff --git a/.github/workflows/release_deploy.yml b/.github/workflows/release_deploy.yml new file mode 100644 index 0000000..3417c68 --- /dev/null +++ b/.github/workflows/release_deploy.yml @@ -0,0 +1,6 @@ +name: Release And Deploy Azure Function + +# Controls when the workflow will run +on: + pull_request: + types: [ closed ] \ No newline at end of file