Răsfoiți Sursa

change to build on push to any branch

mitm001 5 ani în urmă
părinte
comite
eb4f8f80ad
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      .github/workflows/main.yml

+ 1 - 1
.github/workflows/main.yml

@@ -21,7 +21,7 @@ name: Build Docs
 
 on:
   push:
-    branches: [ master ]
+    branches: '*'
   # Initiate a build to pull in the wiki-ui repository changes.
   repository_dispatch:
     types: [wiki-ui-build]