Skip to content

Commit

Permalink
Update gradle.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Kang1221 authored Sep 8, 2024
1 parent 9424e4a commit c46120d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
deploy_staging:
runs-on: ubuntu-latest
needs: build
if: github.ref == 'refs/heads/deploy'
if: github.ref == 'refs/heads/develop'
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit c46120d

Please sign in to comment.