Merge pull request #40 from ditatompel/core-update

fix: Only run deploy action on main repo
This commit is contained in:
Cristian Ditaputratama 2023-11-11 15:21:35 +07:00 committed by GitHub
commit 0b3fc14f06
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,6 +12,7 @@ on:
jobs:
publish:
runs-on: ubuntu-latest
if: github.repository_owner == 'ditatompel'
environment: production
permissions:
contents: read