Skip to content

Commit

Permalink
ci: fix: run deploy only for the main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
paoloose committed Nov 9, 2023
1 parent e23a560 commit e996405
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,6 +1,9 @@
name: deploy-on-digital-ocean
run-name: ${{ github.actor }} is deploying the Documed backend 🐢
on: [push]
on:
push:
branches:
- main
jobs:
deploy-app:
runs-on: ubuntu-latest
Expand Down

0 comments on commit e996405

Please sign in to comment.