We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a4500c commit 0ad9461Copy full SHA for 0ad9461
.github/workflows/publish.yml
@@ -51,6 +51,7 @@ concurrency:
51
jobs:
52
detect_changes:
53
runs-on: ubuntu-latest
54
+ if: github.repository == 'JabRef/jabref'
55
outputs:
56
changed: ${{ steps.changed.outputs.any_changed }}
57
steps:
0 commit comments