Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
danielrosehill committed Nov 21, 2024
1 parent 0704ccb commit 7568bf0
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
@@ -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 }}
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"window.title": "${dirty}${activeEditorShort}${separator}${rootName}${separator}${profileName}${separator}${appName}${separator}[Branch: main]"
}

0 comments on commit 7568bf0

Please sign in to comment.