Deleted unnecesary Publish-Docs restriction
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user