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 d25ed6b commit 773fc91
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/trigger-build.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 }}

0 comments on commit 773fc91

Please sign in to comment.