Skip to content

Commit

Permalink
Remove push event trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
tandemdude committed Jun 20, 2024
1 parent ddbbbfa commit 6ccbe12
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ on:
description: "Whether to increment the version before release."
type: boolean
default: true
push:

jobs:
deploy:
Expand All @@ -27,9 +26,6 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

- name: Exit
run: exit 1

- name: Setup Python
uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit 6ccbe12

Please sign in to comment.