Skip to content

Commit

Permalink
Deploy on release (#223)
Browse files Browse the repository at this point in the history
  • Loading branch information
krystian50 authored Nov 27, 2024
1 parent e4fe73b commit 950599c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
name: Deploy static content to Pages

on:
# Runs on pushes targeting the default branch
push:
branches: ["prod"]
# Deploy on release
release:
types: [published]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down

0 comments on commit 950599c

Please sign in to comment.