Browse Source

Build XPlat on branches & PRs

pull/2665/head
Christoph Wille 3 years ago committed by GitHub
parent
commit
0a5eab4969
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      .github/workflows/build-frontends.yml

4
.github/workflows/build-frontends.yml

@ -2,9 +2,9 @@ name: Build XPlat Frontends @@ -2,9 +2,9 @@ name: Build XPlat Frontends
on:
push:
branches: [ master ]
branches: '**'
pull_request:
branches: [ master ]
branches: [ master, release/** ]
jobs:
build:

Loading…
Cancel
Save