Skip to content

Commit

Permalink
change develop to main for CD push
Browse files Browse the repository at this point in the history
  • Loading branch information
diegomarvid committed Jul 5, 2024
1 parent 39c79be commit b850749
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ name: 'Continuous Delivery'
on:
push:
branches:
- develop
- main
- release/*
pull_request:
branches:
- develop
- main
- release/*

jobs:
Expand Down

0 comments on commit b850749

Please sign in to comment.