Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions .github/workflows/deploy-leaderboard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@
name: Deploy Leaderboard to GitHub Pages

on:
# Runs on pushes targeting the default branch
# Runs on every push to the default branch. Deliberately no `paths:` filter:
# GitHub only inspects the first 300 changed files of a push when evaluating
# path filters, so a large push (e.g. adding hundreds of benchmark tasks
# alongside a leaderboard change) can silently skip the deploy.
push:
branches: ["main", "leaderboard"]
paths:
- 'leaderboard/**'

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down