diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index d0907d2d..28462b0a 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -4,7 +4,7 @@ on: repository_dispatch: types: [ "engine-release" ] push: - branches: [ main ] + branches: [ "main","fix-warn" ] jobs: test: