Skip to content

Commit

Permalink
Add push and pull_request triggers for main branch.
Browse files Browse the repository at this point in the history
  • Loading branch information
Cdaprod committed Mar 22, 2024
1 parent 4874c55 commit a893e9c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ name: Deploy Services

on:
dispatch_workflow:
push:
branches: [main]
pull_request:
branches: [main]

jobs:
deploy:
Expand Down

0 comments on commit a893e9c

Please sign in to comment.