Explorar o código

test ci paths

hathach %!s(int64=3) %!d(string=hai) anos
pai
achega
a3827b87fe
Modificáronse 1 ficheiros con 7 adicións e 4 borrados
  1. 7 4
      .github/workflows/build_arm.yml

+ 7 - 4
.github/workflows/build_arm.yml

@@ -1,11 +1,14 @@
 name: Build ARM
 
 on:
-  pull_request:
   push:
-  release:
-    types:
-      - created
+    paths:
+      - 'src'
+      - 'examples'
+      - 'lib'
+      - 'hw'
+  pull_request:
+    branches: [ master ]
 
 concurrency:
   group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}