Skip to content

Commit

Permalink
Run workflows for UI update branch
Browse files Browse the repository at this point in the history
  • Loading branch information
soerenbf committed Oct 14, 2024
1 parent d84bad6 commit 86a1c7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-lint-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ name: Build, lint and test
on:
# Triggers the workflow on push or pull request events but only for the main branch and release branches
push:
branches: [main, release**, feature/**]
branches: [main, release**, feature/**, browser-ui-update]
pull_request:
branches: [main, release**, feature/**]
branches: [main, release**, feature/**, browser-ui-update]

# Allows us to run the workflow manually from the Actions tab
workflow_dispatch:
Expand Down

0 comments on commit 86a1c7c

Please sign in to comment.