Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jbouder committed Mar 22, 2024
1 parent 58cf9b5 commit 3245f1c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint-ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Lint UI

on:
pull_request:
branches: [main]
branches: ["build-ui"]
push:
branches: [main]
branches: ["build-ui"]

jobs:
lint:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Test UI

on:
pull_request:
branches: [main]
branches: ["build-ui"]
push:
branches: [main]
branches: ["build-ui"]

jobs:
test:
Expand Down

0 comments on commit 3245f1c

Please sign in to comment.