Sfoglia il codice sorgente

chore(ci): run `udeps` on push to dev

Lucas Nogueira 3 anni fa
parent
commit
e602432ef6
1 ha cambiato i file con 4 aggiunte e 6 eliminazioni
  1. 4 6
      .github/workflows/udeps.yml

+ 4 - 6
.github/workflows/udeps.yml

@@ -5,12 +5,10 @@
 name: Udeps
 
 on:
-  pull_request:
-    paths:
-      - '.github/workflows/udeps.yml'
-      - 'core/**'
-      - 'tooling/bundler/**'
-      - 'tooling/cli/**'
+  push:
+    branches:
+      - dev
+      - next
 
 env:
   RUST_BACKTRACE: 1