Skip to content

Commit

Permalink
chore: Conditional deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
FliPPeDround committed Oct 10, 2024
1 parent 951f5aa commit 239d85b
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Deploy to Netlify

on:
push:
tags:
- 'docs*'

jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Deploy to Netlify
run: curl -X POST -d {} ${{ secrets.NETLIFY_BUILD_HOOK_URL }}

0 comments on commit 239d85b

Please sign in to comment.