Explorar o código

Change pipeline to run for all base branches

Issue gh-8680
Ellie Bahadori %!s(int64=5) %!d(string=hai) anos
pai
achega
7319e81701
Modificáronse 1 ficheiros con 1 adicións e 4 borrados
  1. 1 4
      .github/workflows/pr-build-workflow.yml

+ 1 - 4
.github/workflows/pr-build-workflow.yml

@@ -1,9 +1,6 @@
 name: PR Build
 
-on:
-  pull_request:
-    branches:
-      - master
+on: pull_request
 
 jobs:
   build: