Skip to content

Commit

Permalink
Integración continua
Browse files Browse the repository at this point in the history
Integración continua
  • Loading branch information
DriveSP committed Nov 19, 2024
1 parent 4a7a0f2 commit 81dce52
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
name: Deploy to Itch.io

# Manually trigger by going to this workflow in the repository actions tab
on: workflow_dispatch
on:
push:
branches:
- main

env:
BUTLER_API_KEY: ${{secrets.ITCHIO_API_KEY}} # Repository Settings -> Secrets and variables -> Actions -> New repository secret
Expand Down

0 comments on commit 81dce52

Please sign in to comment.