Skip to content

Commit f8c5889

Browse files
authored
Merge pull request #31 from jrfnl/feature/ghactions-dont-publish-action-on-forks
GH Actions: don't publish the action for forks
2 parents a2de399 + cbaf527 commit f8c5889

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
name: ci
77
jobs:
88
build:
9+
if: github.repository == 'phpDocumentor/coding-standard'
910
runs-on: ubuntu-latest
1011
steps:
1112
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)