mirror of
https://github.com/ditatompel/insights.git
synced 2025-01-08 03:12:06 +07:00
Merge pull request #40 from ditatompel/core-update
fix: Only run deploy action on main repo
This commit is contained in:
commit
0b3fc14f06
1 changed files with 1 additions and 0 deletions
1
.github/workflows/deploy-to-vps.yaml
vendored
1
.github/workflows/deploy-to-vps.yaml
vendored
|
@ -12,6 +12,7 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
publish:
|
publish:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
if: github.repository_owner == 'ditatompel'
|
||||||
environment: production
|
environment: production
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
|
|
Loading…
Reference in a new issue