diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml new file mode 100644 index 0000000..9a41f49 --- /dev/null +++ b/.github/workflows/push.yml @@ -0,0 +1,13 @@ +name: Trigger Netlify Build + +on: + push: + branches: + - main + +jobs: + notify-netlify: + runs-on: ubuntu-latest + steps: + - name: Trigger Netlify Build Hook + run: curl -X POST -d '{}' ${{ secrets.NETLIFY_BUILD_HOOK_URL }} \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..88ae339 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "window.title": "${dirty}${activeEditorShort}${separator}${rootName}${separator}${profileName}${separator}${appName}${separator}[Branch: main]" +} \ No newline at end of file