[CICD] Force CI on the master push

This commit is contained in:
Ganesh Gore 2021-04-06 09:11:19 -06:00
parent c83cb56dde
commit 6e707bea7f
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ jobs:
${{ matrix.config.name }}_PNR/*_task/**
- name: Running benchmark
shell: bash
if: ${{ env.GIT_DIFF || (github.event_name == 'pull_request' && github.ref == 'refs/heads/master') }}
if: ${{ env.GIT_DIFF || (github.event_name == 'pull_request' && github.ref == 'refs/heads/master') || (github.ref == 'refs/heads/master') }}
run: |
${PYTHON_EXEC} -m pip install -r requirements.txt
cat ${{ matrix.config.name }}_PNR/${{ matrix.config.name }}_task/config/task_simulation.conf