Skip to content

Commit

Permalink
fix: refactor deploy.yaml to include branch restriction for push event
Browse files Browse the repository at this point in the history
  • Loading branch information
endersonmenezes committed May 2, 2024
1 parent 0ac77ed commit 023d358
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ name: Deploy on Raspberry Pi

on:
push:
- main
branches:
- main
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 023d358

Please sign in to comment.