Skip to content

Commit

Permalink
fix api workflow ref name
Browse files Browse the repository at this point in the history
  • Loading branch information
Cheaterpaul committed Dec 30, 2023
1 parent 039f925 commit 58403f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update_api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:
upload:
runs-on: ubuntu-latest
if: github.ref == github.event.repository.default_branch
if: github.ref_name == github.event.repository.default_branch
steps:
- uses: actions/checkout@v3
- name: Upload supporters
Expand Down

0 comments on commit 58403f2

Please sign in to comment.