Skip to content

Commit

Permalink
Corrected indentation for on.push.branches in GHA workflow for smoke …
Browse files Browse the repository at this point in the history
…tests
  • Loading branch information
cpcundill committed Sep 5, 2024
1 parent cf9134e commit 7959f28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-smoke-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Publish & Deploy Smoke Test

on:
push:
branches: [main, feature/smoke-tests]
branches: [main, feature/smoke-tests]
workflow_dispatch:
inputs:
environment:
Expand Down

0 comments on commit 7959f28

Please sign in to comment.