Skip to content

Commit

Permalink
Update near-rewards.yml
Browse files Browse the repository at this point in the history
rewards has to track master not main
  • Loading branch information
petersalomonsen authored Dec 14, 2024
1 parent 4a38d5e commit 1aec923
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/near-rewards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
- cron: '0 */12 * * *' # Every 12 hours
workflow_dispatch: # Manual trigger
push:
branches: [ main ] # Start on main branch updates
branches: [ master ] # Start on main branch updates

jobs:
calculate-rewards:
Expand Down

0 comments on commit 1aec923

Please sign in to comment.