Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MitchBred authored Nov 25, 2023
1 parent d9a87f5 commit 9ccaca8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
on:
push:
branches: [main]
branches: [ main ]
pull_request:
branches: [main]
branches: [ main ]

workflow_dispatch:
jobs:
Expand All @@ -11,3 +11,4 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: py-actions/py-dependency-install@v4

0 comments on commit 9ccaca8

Please sign in to comment.