Skip to content

Commit 6a43c28

Browse files
committed
Fix
1 parent cc263cf commit 6a43c28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sample-app-github-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
deploy:
4747
runs-on: ubuntu-latest
4848
needs: build
49-
if: github.ref == 'refs/heads/main' # Only run on main branch
49+
5050
environment:
5151
name: 'Production'
5252
url: ${{ steps.deploy-to-webapp.outputs.webapp-url }}

0 commit comments

Comments
 (0)