Skip to content

Commit 419bbf1

Browse files
authored
Deploy to staging on merge to main branch (#16)
1 parent 4b74758 commit 419bbf1

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/deploy-to-staging.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
name: Deploy to AWS Staging
22

33
on:
4-
workflow_run:
5-
workflows: [ "Run tests" ]
6-
types: [ completed ]
4+
push:
75
branches: [ main ]
86
workflow_dispatch:
97
inputs: { }

0 commit comments

Comments
 (0)