fix workflows triggers

This commit is contained in:
Thomas Bernard 2022-10-21 21:41:05 +02:00
parent a1535b0488
commit 2eecb06eb0
2 changed files with 4 additions and 2 deletions

View File

@ -8,7 +8,7 @@ on:
push:
paths:
- 'miniupnpc/**'
- 'miniupnpd/**'
- 'minissdpd/**'
- '.github/workflows/main.yml'
pull_request:
branches: [ master ]

View File

@ -6,7 +6,9 @@ name: miniupnpd
# events but only for the master branch
on:
push:
branches: [ master ]
paths:
- 'miniupnpd/**'
- '.githib/workflows/miniupnpd.yml'
pull_request:
branches: [ master ]