diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b23af18..44deb4d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,4 +23,9 @@ jobs: - name: Load sqlx query files for standalone version run: cargo run --bin switch-db -- standalone - name: Run Release Compile - run: cargo check --all-features --release \ No newline at end of file + run: cargo check --all-features --release + debug_info: + runs-on: ubuntu-latest + if: github.event_name != 'push' + steps: + - run: echo Skipped because event name is ${{github.event_name}} \ No newline at end of file