Skip to content

Commit

Permalink
#7 fix(devops): adjust Main CD pipeline only for main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
NikitaBuffy committed Dec 10, 2024
1 parent 5a5a18d commit 6328fa9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: Main CD
on:
pull_request:
types: [closed]
branches:
- main
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 6328fa9

Please sign in to comment.