Only run workflows on main repo

This commit is contained in:
Nabeel Shahzad
2021-01-17 11:52:49 -05:00
parent 80a90c6e3c
commit 53de2e3229

View File

@@ -3,6 +3,7 @@ on: ['push', 'workflow_dispatch', 'release']
jobs: jobs:
build: build:
runs-on: ubuntu-18.04 runs-on: ubuntu-18.04
if: github.repository == 'nabeelio/phpvms'
strategy: strategy:
fail-fast: true fail-fast: true
matrix: matrix: