Skip to content

Commit

Permalink
ci: add/update publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
wetransformer committed Oct 2, 2024
1 parent 818d3db commit cda07eb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tf-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ concurrency:

jobs:
publish:
# Only on main repository (don't publish on forks)
if: github.repository_owner == 'wetransform-os'

uses: wetransform/gha-workflows/.github/workflows/gradle-library-publish.yml@9264b26e1baa46d2ef3c860cd479bfae76ee12a3 # v2.5.1
with:
expect-tests: false
Expand Down

0 comments on commit cda07eb

Please sign in to comment.