Skip to content

Commit

Permalink
Disable publish action in forked repository. (#294)
Browse files Browse the repository at this point in the history
  • Loading branch information
vanniktech authored Aug 30, 2021
1 parent 155d896 commit b6406b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ jobs:
publish:

runs-on: ubuntu-latest
if: github.repository == 'vanniktech/gradle-maven-publish-plugin'

steps:
- name: Checkout
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/publish-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ jobs:
publish:

runs-on: ubuntu-latest
if: github.repository == 'vanniktech/gradle-maven-publish-plugin'

steps:
- name: Checkout
Expand Down

0 comments on commit b6406b3

Please sign in to comment.