Skip to content

Commit

Permalink
fix: target branch in develop workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
momeemt committed Jun 12, 2024
1 parent a2074b8 commit 61fc064
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/develop.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Develop
on:
push:
branches-ignore:
- main
branches:
- develop

jobs:
build:
Expand Down Expand Up @@ -43,7 +43,7 @@ jobs:
tag_name: ${{ steps.new-tag.outputs.new_tag }}
release_name: Develop release ${{ steps.new-tag.outputs.new_tag }}
draft: false
prerelease: true
prerelease: false

- name: Upload Release Asset
uses: actions/upload-release-asset@v1
Expand Down

0 comments on commit 61fc064

Please sign in to comment.