Deleted unnecesary Publish-Docs restriction

This commit is contained in:
AZMCode
2020-08-30 09:30:29 -04:00
committed by GitHub
parent 96aaa4f252
commit 4d98739bea

View File

@@ -53,7 +53,7 @@ jobs:
Publish-Docs:
if: github.ref == 'refs/heads/master' && github.event_name == 'push'
if: github.ref != 'refs/heads/master'
runs-on: ubuntu-latest
needs: Build