Kaynağa Gözat

ci: let's just always run em'

Signed-off-by: Christina Sørensen <ces@fem.gg>
Christina Sørensen 1 yıl önce
ebeveyn
işleme
239c141f94
1 değiştirilmiş dosya ile 0 ekleme ve 10 silme
  1. 0 10
      .github/workflows/unit-tests.yml

+ 0 - 10
.github/workflows/unit-tests.yml

@@ -8,18 +8,8 @@ name: Unit tests
 on:
   push:
     branches: [main]
-    paths:
-      - '.github/workflows/unit-tests.yml'
-      - 'src/**'
-      - 'Cargo.*'
-      - build.rs
   pull_request:
     branches: [main]
-    paths:
-      - '.github/workflows/unit-tests.yml'
-      - 'src/**'
-      - 'Cargo.*'
-      - build.rs
 concurrency:
   group: ${{ github.workflow }}-${{ github.event_name == 'pull_request' && github.head_ref || github.sha }}
   cancel-in-progress: true