Skip to content

Commit

Permalink
ci: Centralised actions gubbins to allow release
Browse files Browse the repository at this point in the history
  • Loading branch information
EthanFreestone committed Oct 30, 2024
1 parent bb47a8d commit b223cab
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:
uses: folio-org/.github/.github/workflows/ui.yml@v1
with:
sonar-sources: ./lib
generate-module-descriptor: false # Shared libraries do not need module descriptors, they're an okapi thing
publish-module-descriptor: false
# Only handle push events from the main branch, to decrease noise
if: github.ref_name == github.event.repository.default_branch || github.event_name != 'push'
if: github.ref_name == github.event.repository.default_branch || github.event_name != 'push' || github.ref_type == 'tag'
secrets: inherit

0 comments on commit b223cab

Please sign in to comment.