Browse Source

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

Frédéric Guillot 3 days ago
parent
commit
ef47db4a36
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .github/workflows/debian_packages.yml

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

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