Skip to content

Commit

Permalink
Fix lb script bug
Browse files Browse the repository at this point in the history
  • Loading branch information
hetulvp committed Apr 21, 2024
1 parent 0a1b39f commit d66ed43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update_leaderboard_after_merge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
# If there is only one long-lived branch (e.g. master),
# you can specify it directly.
# If it's not configured, the repository default branch is used.
base: ${{ github.ref }}
base: refs/heads/development
filters: |
src:
- added|modified: 'session_2/challenge/submissions/**'
Expand Down

0 comments on commit d66ed43

Please sign in to comment.