Skip to content

Commit

Permalink
Merge pull request #6 from jaideepghosh/feat/gh-action
Browse files Browse the repository at this point in the history
fix:Let the user trigger the action to build and deploy
  • Loading branch information
jaideepghosh authored Oct 8, 2024
2 parents 7d08d16 + 9ae7fda commit d6463a7
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/nextjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,11 @@ on:
workflow_dispatch:
inputs:
branch:
description: 'Select branch to run'
description: "Select branch to run"
required: true
default: 'main'
default: "main"
type: string

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

# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
permissions:
contents: read
Expand Down

0 comments on commit d6463a7

Please sign in to comment.