diff --git a/.github/workflows/bridge.yml b/.github/workflows/bridge.yml index 88f7ff606..b7fadffe0 100644 --- a/.github/workflows/bridge.yml +++ b/.github/workflows/bridge.yml @@ -1,7 +1,16 @@ name: tardis-carsus-compatibility-check -on: - workflow_dispatch +# on: +# workflow_dispatch + +on: + push: + branches: + - '*' + + pull_request: + branches: + - '*' env: @@ -135,5 +144,8 @@ jobs: with: path: ref_data_compare_from_paths.html + - name: print tree + run: tree + - name: Check if reference data are equal - run: if [ "$(cat refdata_compare_result)" == "REFDATA COMPARISON FAILED" ]; then exit 1; fi + run: if [ "$(cat ./refdata_compare_result)" == "REFDATA COMPARISON FAILED" ]; then exit 1; fi