Skip to content
Merged
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: 6 additions & 1 deletion .github/workflows/update-citation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,13 @@ name: Update CITATION.cff metadata

on:
push:
branches:
- main
paths-ignore:
- CITATION.cff
pull_request:
branches:
- main

permissions:
contents: write
Expand Down Expand Up @@ -47,4 +52,4 @@ jobs:
git push
else
echo "No changes to commit"
fi
fi