Skip to content

Commit

Permalink
set to deploy only on release
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronhelton committed Mar 7, 2024
1 parent bef60cf commit 2cb3d4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
on:
push:
branches: [ master ]
release:
types: [ released ]

jobs:
deploy-Lambda-function:
Expand Down

0 comments on commit 2cb3d4c

Please sign in to comment.