Skip to content
This repository has been archived by the owner on Jan 11, 2025. It is now read-only.

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
danielrosehill committed Nov 21, 2024
1 parent e165052 commit 8fafa0f
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/build-trigger.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 8fafa0f

Please sign in to comment.