Skip to content

Commit

Permalink
Add manual trigger to githubpages
Browse files Browse the repository at this point in the history
  • Loading branch information
nomisRev committed Oct 9, 2023
1 parent 5e9ab39 commit 896faab
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/githubpages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@ name: githubpages
on:
release:
types: [published]
workflow_dispatch:
branches: [main]
inputs:
version:
description: 'Version'
required: true
type: string

jobs:
githubpages:
Expand Down

0 comments on commit 896faab

Please sign in to comment.