Procházet zdrojové kódy

ci: let's just always run em'

Signed-off-by: Christina Sørensen <ces@fem.gg>
Christina Sørensen před 1 rokem
rodič
revize
239c141f94
1 změnil soubory, kde provedl 0 přidání a 10 odebrání
  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