Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .github/workflows/studio-frontend-build.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
name: "Studio Frontend Build"

on:
# Push builds run only on version branches (which have no PR). Feature/PR
# branches are covered by the pull_request trigger below — this avoids a
# push run and a pull_request run landing in the same concurrency group and
# cancelling each other (which surfaced as confusing cancelled "(push)" checks).
push:
branches:
- "[0-9]+.x"
- "[0-9]+.[0-9]+"
paths:
- "assets/**"
pull_request:
Expand Down
Loading