Explorar o código

ci(debian): trigger PR workflow on workflow file changes

Frédéric Guillot hai 3 meses
pai
achega
ef47db4a36
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      .github/workflows/debian_packages.yml

+ 1 - 0
.github/workflows/debian_packages.yml

@@ -11,6 +11,7 @@ on:
     branches: [ main ]
     branches: [ main ]
     paths:
     paths:
       - 'packaging/debian/**' # Only run on changes to the debian packaging files
       - 'packaging/debian/**' # Only run on changes to the debian packaging files
+      - '.github/workflows/debian_packages.yml'
 jobs:
 jobs:
   test-packages:
   test-packages:
     if: (github.event_name == 'schedule' && github.repository_owner == 'miniflux')
     if: (github.event_name == 'schedule' && github.repository_owner == 'miniflux')