mirror of https://github.com/logos-co/roadmap.git
fix: only run docker publish on main repository
This commit is contained in:
parent
e374e3abd4
commit
66f3e249fe
|
@ -10,6 +10,7 @@ env:
|
|||
|
||||
jobs:
|
||||
build-and-push-image:
|
||||
if: github.repository == 'jackyzha0/quartz'
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
contents: read
|
||||
|
|
Loading…
Reference in New Issue