Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JonD-libera authored Jan 24, 2024
1 parent f38d19b commit f50ab6c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,13 @@ name: Install PHP Repo
on:
push:
branches:
- main # Replace with your repository's default branch
- master # Replace with your repository's default branch
workflow_dispatch: # Add this trigger
inputs: # Define inputs for manual triggering (optional)
environment:
description: 'Environment to deploy to'
required: true
default: 'production'

jobs:
deploy:
Expand Down

0 comments on commit f50ab6c

Please sign in to comment.