diff options
-rw-r--r-- | .github/workflows/push.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 9db20ff..3585ca0 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -18,6 +18,7 @@ jobs: - uses: actions/checkout@v1 - run: ./ci.sh - name: Trigger 'synth' in ghdl/docker + if: github.ref == 'refs/heads/master' && github.event_name != 'pull_request' run: | curl -X POST https://api.github.com/repos/ghdl/docker/dispatches \ -H "Content-Type: application/json" \ |