Ver código fonte

change to build on push to any branch

mitm001 5 anos atrás
pai
commit
eb4f8f80ad
1 arquivos alterados com 1 adições e 1 exclusões
  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]