Skip to content

Commit 2166809

Browse files
committed
publish should only run on main repository
1 parent 2c8615e commit 2166809

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ concurrency:
3030
jobs:
3131
publish:
3232
name: jablib
33-
runs-on: ubuntu-22.04
33+
if: github.repository == 'JabRef/jabref'
34+
runs-on: ubuntu-latest
3435
steps:
3536
- name: Fetch all history for all tags and branches
3637
uses: actions/checkout@v4

0 commit comments

Comments
 (0)