skipping docker build and push on pull request

fixes #34
This commit is contained in:
andy 2022-02-20 12:23:01 +00:00
parent 3e359931f8
commit e8c895f68b

View File

@ -28,6 +28,7 @@ jobs:
runs-on: ubuntu-latest
needs: [build, build-Js] # for ignoring bad builds
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
steps:
- uses: actions/checkout@v2