Skip to content

Commit

Permalink
Run deployment pipeline only on release
Browse files Browse the repository at this point in the history
  • Loading branch information
MrApplejuice authored Sep 23, 2023
1 parent ab70305 commit 6379024
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy-github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Deploy main branch to gitub pages

on:
workflow_dispatch:
push:
branches:
- master
release:
types:
- created

jobs:
build:
Expand Down

0 comments on commit 6379024

Please sign in to comment.