Skip to content

Commit

Permalink
update build & deploy to only trigger on main
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyMelton committed May 9, 2024
1 parent 863eb4b commit ed470f8
Show file tree
Hide file tree
Showing 2 changed files with 215,821 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ name: Build and Deploy
on:
workflow_dispatch:
push:
paths:
branches:
- "main"
paths:
- "src/Transmitly.ChannelProvider.Infobip/**"
jobs:
build_test_deploy_channel_provider:
Expand Down

0 comments on commit ed470f8

Please sign in to comment.