Skip to content

Commit

Permalink
fix: pipeline broken on PR (#970)
Browse files Browse the repository at this point in the history
  • Loading branch information
kienvo authored Jul 5, 2024
1 parent 8c2c637 commit 95fa885
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/branch-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
bundle install --jobs 4 --retry 3
- name: Hydrate and Update Version
if: ${{ github.event_name != 'pull_request' && github.repository == 'fossasia/badgemagic-android' }}
id: android-version
run: |
git config --global user.name "github-actions[bot]"
Expand Down

0 comments on commit 95fa885

Please sign in to comment.