Skip to content

Commit

Permalink
centralize-workflow handle all push events
Browse files Browse the repository at this point in the history
  • Loading branch information
elsenhans committed Jan 17, 2025
1 parent dbdf03b commit 9833e85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ jobs:
# Use the shared workflow from https://github.com/folio-org/.github
uses: folio-org/.github/.github/workflows/ui.yml@v1
# 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'
secrets: inherit

0 comments on commit 9833e85

Please sign in to comment.