Skip to content

Commit

Permalink
fixed error with pr to main.
Browse files Browse the repository at this point in the history
  • Loading branch information
lmcdonough committed Dec 13, 2024
1 parent a367882 commit f9fd508
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_deploy_containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- '**feature/**' # Run on feature branches
pull_request:
branches:
# - main # Run on pull requests to merge into main
- main # Run on pull requests to merge into main
workflow_dispatch: # Allow manual triggering

env:
Expand Down

0 comments on commit f9fd508

Please sign in to comment.