Deleted unnecesary Publish-Docs restriction
This commit is contained in:
@@ -53,7 +53,7 @@ jobs:
|
|||||||
|
|
||||||
|
|
||||||
Publish-Docs:
|
Publish-Docs:
|
||||||
if: github.ref == 'refs/heads/master' && github.event_name == 'push'
|
if: github.ref != 'refs/heads/master'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: Build
|
needs: Build
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user