diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 07181c0..4c7241e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,8 +1,6 @@ name: Compile Rust Code on Release -on: - release: - types: [created] +on: [push] jobs: build: