Skip to content

Commit

Permalink
deploy: change target branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
habibi03336 committed May 9, 2024
1 parent f652f48 commit 5fe9956
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-deploy-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ name: build-deploy-api
on:
workflow_dispatch:
branches:
- master
- main
push:
paths:
- "src/**"
branches:
- master
- main

jobs:
build:
Expand Down

0 comments on commit 5fe9956

Please sign in to comment.