Skip to content

Commit

Permalink
run UI release if workflow file is changed
Browse files Browse the repository at this point in the history
  • Loading branch information
mojavelinux committed Nov 21, 2023
1 parent 3a57caf commit ca0e19e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Release UI
on:
push:
branches: [main]
paths: ['ui/**']
paths: ['.github/workflows/release-ui.yml', 'ui/**']
jobs:
activate:
runs-on: ubuntu-latest
Expand Down

0 comments on commit ca0e19e

Please sign in to comment.