Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
EduardoFF authored Aug 25, 2024
1 parent 0a1ae44 commit 8d540d5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,17 @@ on:
push:
branches:
- main
workflow_dispatch: # Can be invoked manually from the UI
workflow_call: # Can be invoked from other workflows
permissions:
contents: write
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
ref: 'main' # Force getting the latest
- uses: actions/setup-python@v4
with:
python-version: 3.x
Expand Down

0 comments on commit 8d540d5

Please sign in to comment.