Skip to content
This repository was archived by the owner on Aug 6, 2025. It is now read-only.

Commit 4d6f6f9

Browse files
authored
Update deploy-integration-ec2.yml
1 parent a1f1049 commit 4d6f6f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-integration-ec2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
name: Deploy Integration
66
jobs:
77
deploy-integration:
8-
if: github.ref == 'refs/heads/integration'
8+
if: github.ref == 'refs/heads/master'
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Checkout

0 commit comments

Comments
 (0)