Skip to content

Commit 76e0932

Browse files
committed
ci: disable automatic AWS deployment on push to main
1 parent 5b63f4a commit 76e0932

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
name: Deploy
22

33
on:
4-
push:
5-
branches: [main]
4+
# Deployment to AWS is disabled; re-enable by uncommenting the push trigger below
5+
# push:
6+
# branches: [main]
67
workflow_dispatch:
78
inputs:
89
environment:

0 commit comments

Comments
 (0)