Skip to content

Commit

Permalink
Update extended.yml (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
alamb authored Jan 2, 2025
1 parent 5745332 commit 2e80510
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/extended.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,10 @@ concurrency:
# this job is intended to only run only on the main branch as it is time consuming
# and very rarely fails. However, it is important coverage to ensure correctness
# in the (very rare) event of a hash failure.
on: [push]
on:
push:
branches:
- main

jobs:
# Check answers are correct when hash values collide
Expand Down

0 comments on commit 2e80510

Please sign in to comment.