diff --git a/.github/workflows/temp_ci_test.yml b/.github/workflows/temp_ci_test.yml index c7825129..0797561a 100644 --- a/.github/workflows/temp_ci_test.yml +++ b/.github/workflows/temp_ci_test.yml @@ -5,6 +5,7 @@ on: push: branches: - 'ci-specific-modules' + - 'main' jobs: changed_files: @@ -24,6 +25,8 @@ jobs: - name: sanity check id: changed-files uses: tj-actions/changed-files@v42 + with: + since_last_remote_commit: false - name: Find changed files inside action folder id: changed-files-action